From bac568d5409024df4badafb73d659c9ec60f937f Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sun, 3 May 2026 20:25:17 +0000 Subject: [PATCH] fix: sync rancher flux bootstrap secret --- .../rancher-bootstrap-password-flux-externalsecret.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/addons/rancher-secrets/rancher-bootstrap-password-flux-externalsecret.yaml b/infrastructure/addons/rancher-secrets/rancher-bootstrap-password-flux-externalsecret.yaml index d96f4c4..7c26742 100644 --- a/infrastructure/addons/rancher-secrets/rancher-bootstrap-password-flux-externalsecret.yaml +++ b/infrastructure/addons/rancher-secrets/rancher-bootstrap-password-flux-externalsecret.yaml @@ -14,8 +14,8 @@ spec: template: type: Opaque data: - bootstrapPassword: "{{ .RANCHER_BOOTSTRAP_PASSWORD }}" + bootstrapPassword: "{{ .rancherBootstrapPassword }}" data: - - secretKey: RANCHER_BOOTSTRAP_PASSWORD + - secretKey: rancherBootstrapPassword remoteRef: key: RANCHER_BOOTSTRAP_PASSWORD