Skip to content

Commit

Permalink
feat(oidc): allow for secret csi driver mounts (#250)
Browse files Browse the repository at this point in the history
* feat(oidc): allow for the use of secret csi drivers

Signed-off-by: rumstead <[email protected]>

* feat(oidc): allow for the use of secret csi drivers

Signed-off-by: rumstead <[email protected]>

* feat(oidc): allow for the use of secret csi drivers

Signed-off-by: rumstead <[email protected]>

* add back new line

Signed-off-by: rumstead <[email protected]>

---------

Signed-off-by: rumstead <[email protected]>
  • Loading branch information
rumstead authored Mar 13, 2024
1 parent 0dd9074 commit b09c3af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kiali-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,14 @@ spec:
{{- end }}
{{- range .Values.deployment.custom_secrets }}
- name: {{ .name }}
{{- if .csi}}
csi: {{ toYaml .csi | nindent 10 }}
{{- else }}
secret:
secretName: {{ .name }}
optional: {{ .optional | default false }}
{{- end }}
{{- end }}
{{- range $key, $val := (include "kiali-server.remote-cluster-secrets" .) | fromJson }}
- name: {{ $key }}
secret:
Expand Down

0 comments on commit b09c3af

Please sign in to comment.