From 58daa469125e8a4e852abf7c4db06a8a993549a2 Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Sun, 19 Jan 2025 12:00:00 -0500 Subject: [PATCH] chore(helm): add secrets configuration template --- helm/incidentops/templates/secrets.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 helm/incidentops/templates/secrets.yaml diff --git a/helm/incidentops/templates/secrets.yaml b/helm/incidentops/templates/secrets.yaml new file mode 100644 index 0000000..07bab46 --- /dev/null +++ b/helm/incidentops/templates/secrets.yaml @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: Secret +metadata: + name: {{ include "incidentops.fullname" . }}-secrets + labels: + {{- include "incidentops.labels" . | nindent 4 }} +type: Opaque +stringData: + jwt-signing-key: {{ .Values.jwt.signingKey | quote }}