Skip to content

Commit

Permalink
Fix init container secret
Browse files Browse the repository at this point in the history
Signed-off-by: gdabisias <[email protected]>
  • Loading branch information
gdabisias committed Aug 29, 2023
1 parent 9a7c705 commit 2377d4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/flyte-core/templates/admin/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ spec:
name: admin-secrets
- mountPath: /var/run/credentials
name: cluster-secrets
{{- if gt (len .Values.configmap.clusters.labelClusterMap) 0 }}
- mountPath: /var/run/credentials
name: cluster-credentials
{{- end }}
{{- end }}
- name: generate-secrets
image: "{{ .Values.flyteadmin.image.repository }}:{{ .Values.flyteadmin.image.tag }}"
Expand Down

0 comments on commit 2377d4a

Please sign in to comment.