From 023061b496ca0823604b9d45c8cf35f04fc13923 Mon Sep 17 00:00:00 2001 From: Thomas Krampl Date: Wed, 21 May 2025 14:34:26 +0200 Subject: [PATCH] wonderwall-forward-auth: restart deployment when secret changes Co-authored-by: Trong Huu Nguyen --- charts/wonderwall-forward-auth/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/wonderwall-forward-auth/templates/deployment.yaml b/charts/wonderwall-forward-auth/templates/deployment.yaml index c021ac4..38b404f 100644 --- a/charts/wonderwall-forward-auth/templates/deployment.yaml +++ b/charts/wonderwall-forward-auth/templates/deployment.yaml @@ -17,6 +17,7 @@ spec: annotations: kubectl.kubernetes.io/default-container: {{ include "wonderwall-forward-auth.fullname" . }} labels: + checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }} {{- include "wonderwall-forward-auth.labels" . | nindent 8 }} {{ printf "%s-client" .Values.valkey.fullnameOverride }}: "true" name: {{ include "wonderwall-forward-auth.fullname" . }}