Skip to content

Commit

Permalink
fix missing branch
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lo <[email protected]>
  • Loading branch information
lowc1012 committed Mar 14, 2024
1 parent 44914b1 commit 6533ac9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/flyte-core/templates/flytescheduler/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ spec:
volumeMounts: {{- include "databaseSecret.volumeMount" . | nindent 8 }}
- mountPath: /etc/flyte/config
name: config-volume
{{- if .Values.secrets.adminOauthClientCredentials.enabled }}
- name: auth
mountPath: /etc/secrets/
{{- end }}
{{- end }}
containers:
- command:
Expand Down

0 comments on commit 6533ac9

Please sign in to comment.