🔥(helm) remove uneeded file

secrets.yaml was duplicated in the helm chart,
we can remove this one.
This commit is contained in:
Anthony LC
2024-06-18 15:03:07 +02:00
committed by Anthony LC
parent 905b673413
commit 9a7a8e4a34

View File

@@ -1,10 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: backend
namespace: {{ .Release.Namespace | quote }}
stringData:
DJANGO_SUPERUSER_PASSWORD: {{ .Values.djangoSuperUserPass }}
DJANGO_SECRET_KEY: {{ .Values.djangoSecretKey }}
OIDC_RP_CLIENT_ID: {{ .Values.oidc.clientId }}
OIDC_RP_CLIENT_SECRET: {{ .Values.oidc.clientSecret }}