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 49304f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/flyte-core/templates/admin/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ spec:
name: clusters-config-volume
- mountPath: /etc/secrets/
name: admin-secrets
{{- if gt (len .Values.configmap.clusters.labelClusterMap) 0 }}
- mountPath: /var/run/credentials
name: cluster-secrets
name: cluster-credentials
{{- end }}
{{- end }}
- name: generate-secrets
image: "{{ .Values.flyteadmin.image.repository }}:{{ .Values.flyteadmin.image.tag }}"
Expand Down

0 comments on commit 49304f1

Please sign in to comment.