Entferne geschweifte Klammern um Umgebungsvariablen in der ArgoCD-Konfiguration
This commit is contained in:
@@ -29,9 +29,9 @@ configs:
|
||||
dex.config: |
|
||||
connectors:
|
||||
- config:
|
||||
issuer: ${AUTHENTIK_ISSUER_URL}
|
||||
clientID: ${AUTHENTIK_CLIENT_ID}
|
||||
clientSecret: ${AUTHENTIK_CLIENT_SECRET}
|
||||
issuer: $AUTHENTIK_ISSUER_URL
|
||||
clientID: $AUTHENTIK_CLIENT_ID
|
||||
clientSecret: $AUTHENTIK_CLIENT_SECRET
|
||||
insecureEnableGroups: true
|
||||
scopes:
|
||||
- openid
|
||||
@@ -49,13 +49,13 @@ configs:
|
||||
g, ArgoCD Viewers, role:readonly
|
||||
secret:
|
||||
extra:
|
||||
dex.authentik.clientSecret: "${AUTHENTIK_CLIENT_SECRET}"
|
||||
dex.authentik.clientSecret: $AUTHENTIK_CLIENT_SECRET
|
||||
cmp:
|
||||
credentialTemplates:
|
||||
https-creds:
|
||||
url: https://git.hnrx.net
|
||||
username: ${GIT_USER}
|
||||
password: ${GIT_PASSWORD}
|
||||
username: $GIT_USER
|
||||
password: $GIT_PASSWORD
|
||||
|
||||
|
||||
dex:
|
||||
|
||||
Reference in New Issue
Block a user