Fix Rancher: use Doppler secret instead of hardcoded password
All checks were successful
Deploy Cluster / Terraform (push) Successful in 37s
Deploy Cluster / Ansible (push) Successful in 4m12s

This commit is contained in:
2026-03-24 21:13:23 +00:00
parent efe0c0cfd5
commit b40bec7e0e

View File

@@ -25,7 +25,8 @@ spec:
hostname: k8s-cluster-cp-1.silverside-gopher.ts.net
tls: external
replicas: 1
bootstrapPassword: password
bootstrapPassword: ""
existingSecret: rancher-bootstrap-password
extraEnv:
- name: CATTLE_PROMETHEUS_METRICS
value: "true"