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 }}