fix: sync rancher flux bootstrap secret
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ spec:
|
|||||||
template:
|
template:
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
bootstrapPassword: "{{ .RANCHER_BOOTSTRAP_PASSWORD }}"
|
bootstrapPassword: "{{ .rancherBootstrapPassword }}"
|
||||||
data:
|
data:
|
||||||
- secretKey: RANCHER_BOOTSTRAP_PASSWORD
|
- secretKey: rancherBootstrapPassword
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: RANCHER_BOOTSTRAP_PASSWORD
|
key: RANCHER_BOOTSTRAP_PASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user