UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e162b4e0 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

fix: Updating name for kiali oidc secret secret

parent 9e92b77f
No related branches found
No related tags found
1 merge request!466fix: Updating name for kiali oidc secret secret
Pipeline #248226 passed
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
name: kiali-openid name: kiali
namespace: kiali namespace: kiali
type: kubernetes.io/opaque type: kubernetes.io/opaque
stringData: stringData:
oidc-secret: {{ .Values.kiali.sso.client_secret }} oidc-secret: {{ .Values.kiali.sso.client_secret }}
{{- end }} {{- end }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment