File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: A Helm chart for Kubernetes
55type : application
66
77# This is the chart version.
8- version : 1.0.0
8+ version : 1.0.1
99
1010# This is the version number of the application being deployed.
1111appVersion : " 4.16.0" # https://access.redhat.com/support/policy/updates/openshift # paragraph "OpenShift Support Matrix"
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ apiVersion: v1
44kind : Secret
55metadata :
66 name : {{ .Values.secrets.idpSecret.secretName }}
7- namespace : default
87type : Opaque
98data :
109 clientSecret : {{ .Values.secrets.idpSecret.clientSecret }}
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ apiVersion: v1
44kind : Secret
55metadata :
66 name : {{ .Values.secrets.oidcCookiesEncryption.secretName }}
7- namespace : default
87type : Opaque
98data :
109 authnKey : {{- include "openshift-console.authnKey" . }}
You can’t perform that action at this time.
0 commit comments