Explorar el Código

Password for redis

Simon Kaiser hace 3 años
padre
commit
88f7aa5566
Se han modificado 1 ficheros con 6 adiciones y 5 borrados
  1. 6
    5
      services-kaisers-info/templates/authentik.yaml

+ 6
- 5
services-kaisers-info/templates/authentik.yaml Ver fichero

@@ -60,11 +60,12 @@ spec:
60 60
                 - "authentik.kaisers.info"
61 61
 
62 62
         postgresql:
63
-          enabled: true
64
-          existingSecret: authentik-kaisers-info-postgresql-secrets
63
+          enabled: "true"
64
+          existingSecret: "authentik-kaisers-info-postgresql-secrets"
65 65
           
66 66
         redis:
67
-          enabled: true
67
+          enabled: "true"
68 68
           auth:
69
-            existingSecret: 'authentik-kaisers-info-secrets'
70
-            existingSecretPasswordKey: AUTHENTIK_REDIS__PASSWORD
69
+            enabled: "true"
70
+            existingSecret: "authentik-kaisers-info-secrets"
71
+            existingSecretPasswordKey: "AUTHENTIK_REDIS__PASSWORD"