diff --git a/cluster/helm/rancher/rancher-release.yml b/cluster/helm/rancher/rancher-release.yml index 2ab65bd..a074290 100644 --- a/cluster/helm/rancher/rancher-release.yml +++ b/cluster/helm/rancher/rancher-release.yml @@ -23,11 +23,8 @@ spec: retries: 3 values: hostname: rancher.akshun-lab.uk - bootstrapPassword: - valueFrom: - secretKeyRef: - name: rancher-bootstrap-secret - key: password + bootstrapPassword: | + {{ (lookup "v1" "Secret" "cattle-system" "rancher-bootstrap-secret").data.password | b64dec }} service: type: NodePort nodePort: 90