mirror of
https://github.com/nais/wonderwall.git
synced 2026-02-14 17:49:54 +00:00
refactor(charts): use checksum annotation instead of relying on reloader
This commit is contained in:
@@ -20,6 +20,7 @@ spec:
|
||||
prometheus.io/path: /
|
||||
prometheus.io/port: "8081"
|
||||
prometheus.io/scrape: "true"
|
||||
checksum/secret: {{ pick ( include (print $.Template.BasePath "/fa-secret.yaml") . | fromYaml ) "data" | toYaml | sha256sum }}
|
||||
labels:
|
||||
aiven: enabled
|
||||
azure: enabled
|
||||
|
||||
@@ -5,8 +5,6 @@ kind: Secret
|
||||
type: kubernetes.io/Opaque
|
||||
metadata:
|
||||
name: "{{ .Values.azure.forwardAuth.ssoServerSecretName }}"
|
||||
annotations:
|
||||
reloader.stakater.com/match: "true"
|
||||
labels:
|
||||
{{- include "wonderwall.labelsForwardAuth" . | nindent 4 }}
|
||||
data:
|
||||
|
||||
@@ -28,6 +28,7 @@ spec:
|
||||
prometheus.io/path: /
|
||||
prometheus.io/port: "8081"
|
||||
prometheus.io/scrape: "true"
|
||||
checksum/secret: {{ pick ( include (print $.Template.BasePath "/idporten-secret.yaml") . | fromYaml ) "data" | toYaml | sha256sum }}
|
||||
labels:
|
||||
aiven: enabled
|
||||
idporten: enabled
|
||||
|
||||
@@ -5,8 +5,6 @@ kind: Secret
|
||||
type: kubernetes.io/Opaque
|
||||
metadata:
|
||||
name: "{{ .Values.idporten.ssoServerSecretName }}"
|
||||
annotations:
|
||||
reloader.stakater.com/match: "true"
|
||||
labels:
|
||||
{{- include "wonderwall.labelsIdporten" . | nindent 4 }}
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user