We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcf240 commit 622cfcfCopy full SHA for 622cfcf
charts/sourcebot/templates/deployment.yaml
@@ -62,7 +62,7 @@ spec:
62
{{- end }}
63
{{- include "sourcebot.databaseEnv" . | nindent 12 }}
64
{{- include "sourcebot.redisEnv" . | nindent 12 }}
65
- {{- range $.Values.sourcebot.envSecrets }}
+ {{- range $.Values.sourcebot.additionalEnvSecrets }}
66
- name: {{ .envName }}
67
valueFrom:
68
secretKeyRef:
charts/sourcebot/values.yaml
@@ -45,7 +45,7 @@ sourcebot:
45
existingSecretKey: key
46
47
# -- Set environment variables from Kubernetes secrets
48
- envSecrets: []
+ additionalEnvSecrets: []
49
# - secretName: sourcebot-github-token
50
# secretKey: token
51
# envName: GITHUB_TOKEN
0 commit comments