2 Commits

Author SHA1 Message Date
7cffc51a57 change secret env
All checks were successful
render-manifests-push / render-manifests-push (push) Successful in 26s
lint-test-helm / lint-helm (push) Successful in 45s
renovate / renovate (push) Successful in 1m30s
2025-12-07 17:35:27 -06:00
320d0391a8 fix array 2025-12-07 17:35:27 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ jobs:
for path in $GIT_DIFF; do
CHANGED_CHARTS+=$(echo "$path" | awk -F '/' '{print $4}')
RENDER_DIR+=$(echo " ")
CHANGED_CHARTS+=$(echo " ")
done
else

View File

@@ -40,14 +40,14 @@ spec:
key: /authentik/oidc/headlamp
metadataPolicy: None
property: scopes
- secretKey: OIDC_VALIDATOR_ISSUER_URL
- secretKey: HEADLAMP_CONFIG_OIDC_VALIDATOR_IDP_ISSUER_URL
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /authentik/oidc/headlamp
metadataPolicy: None
property: validator-issuer-url
- secretKey: OIDC_VALIDATOR_CLIENT_ID
- secretKey: HEADLAMP_CONFIG_OIDC_VALIDATOR_CLIENT_ID
remoteRef:
conversionStrategy: Default
decodingStrategy: None