Skip to content
Snippets Groups Projects

OZG-4880 Helm Env Values für OSI-Postfach 2.0

Merged Lukas Malte Monnerjahn requested to merge OZG-4880-OSIv2-helm into main
Files
4
@@ -30,6 +30,6 @@ metadata:
namespace: {{ include "app.namespace" . }}
type: Opaque
stringData:
client-id: {{ .Values.ozgcloud.osiv2.auth.client_id }}
client-secret: {{ .Values.ozgcloud.osiv2.auth.client_secret }}
client-id: {{ .Values.ozgcloud.osiv2.auth.clientid }}
client-secret: {{ .Values.ozgcloud.osiv2.auth.clientsecret }}
{{- end }}
\ No newline at end of file
Loading