2026-03-28 22:51:38 +00:00
|
|
|
apiVersion: external-secrets.io/v1
|
|
|
|
|
kind: ExternalSecret
|
|
|
|
|
metadata:
|
|
|
|
|
name: rancher-bootstrap-password
|
|
|
|
|
namespace: flux-system
|
|
|
|
|
spec:
|
|
|
|
|
refreshInterval: 1h
|
|
|
|
|
secretStoreRef:
|
|
|
|
|
name: doppler-hetznerterra
|
|
|
|
|
kind: ClusterSecretStore
|
|
|
|
|
target:
|
|
|
|
|
name: rancher-bootstrap-password
|
|
|
|
|
creationPolicy: Owner
|
|
|
|
|
template:
|
|
|
|
|
type: Opaque
|
|
|
|
|
data:
|
2026-05-03 20:25:17 +00:00
|
|
|
bootstrapPassword: "{{ .rancherBootstrapPassword }}"
|
2026-03-28 22:51:38 +00:00
|
|
|
data:
|
2026-05-03 20:25:17 +00:00
|
|
|
- secretKey: rancherBootstrapPassword
|
2026-03-28 22:51:38 +00:00
|
|
|
remoteRef:
|
|
|
|
|
key: RANCHER_BOOTSTRAP_PASSWORD
|