[go: up one dir, main page]

Skip to content

GitLab helmchart job shared-secrets selfsign missing labels

Summary

The job shared-secrets-selfsign didn't use the labels from the values.yaml in the global.common.labels and global.pod.labels in the

spec:
  template:
    metadata:
      labels:

element of the job. The shared-secrets job use these metadata.

Steps to reproduce

Deploy the helm chart with this part of a values.yaml

Configuration used

    global:
      common:
        labels:
          label1: hello
      pod:
        labels:
          label2: world

Current behavior

no additional labels on the created pods

Expected behavior

additional labels on the created pods

Versions

  • Chart: 8.7.3
  • Platform:
    • Self-hosted: Kubermatic
  • Kubernetes: (kubectl version)
    • Client: 1.23
    • Server: 1.29
  • Helm: (helm version)
    • Client: v3.12.2
    • Server: ?