mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🚑 fix weaveworks gitops
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
||||
template:
|
||||
engineVersion: v2
|
||||
data:
|
||||
adminPassword: "{{ .password }}"
|
||||
adminPassword: "{{ .GITOPS_PASSWORD_BCRYPT }}"
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: weaveworks
|
||||
|
@@ -28,6 +28,8 @@ spec:
|
||||
uninstall:
|
||||
keepHistory: false
|
||||
values:
|
||||
annotations:
|
||||
secret.reloader.stakater.com/reload: &secret weave-gitops-secret
|
||||
adminUser:
|
||||
create: true
|
||||
username: admin
|
||||
@@ -47,6 +49,6 @@ spec:
|
||||
- *host
|
||||
valuesFrom:
|
||||
- kind: Secret
|
||||
name: weave-gitops-secret
|
||||
name: *secret
|
||||
valuesKey: adminPassword
|
||||
targetPath: adminUser.passwordHash
|
||||
|
Reference in New Issue
Block a user