Skip to content
Snippets Groups Projects
Verified Commit 9e043f89 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: use stringdata for oauth2-proxy secret

parent 9b6857b7
No related branches found
No related tags found
No related merge requests found
Pipeline #2788 passed
...@@ -4,7 +4,7 @@ metadata: ...@@ -4,7 +4,7 @@ metadata:
name: {{ include "oauth2-proxy-helm.fullname" . }} name: {{ include "oauth2-proxy-helm.fullname" . }}
labels: labels:
{{- include "oauth2-proxy-helm.labels" . | nindent 4 }} {{- include "oauth2-proxy-helm.labels" . | nindent 4 }}
data: stringData:
client-id: "{{ .Values.oidc.clientId }}" client-id: "{{ .Values.oidc.clientId }}"
client-secret: "{{ .Values.oidc.clientSecret }}" client-secret: "{{ .Values.oidc.clientSecret }}"
cookie-secret: "{{ .Values.cookieSecret }}" cookie-secret: "{{ .Values.cookieSecret }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment