Skip to content

Commit

Permalink
fix: add default value for env google idp enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance committed Jun 6, 2024
1 parent a40be2e commit f9d8970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/keycloak/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ domain: "###ZARF_VAR_DOMAIN###"
realm: uds

# UDS Identity Config Realm Environment Variables. More info here: https://github.com/defenseunicorns/uds-identity-config/blob/main/docs/CUSTOMIZE.md#templated-realm-values
realmInitEnv: {}
# GOOGLE_IDP_ENABLED: true
realmInitEnv:
GOOGLE_IDP_ENABLED: false
# GOOGLE_IDP_ID: ""
# GOOGLE_IDP_SIGNING_CERT: ""
# GOOGLE_IDP_NALE_ID_FORMAT: ""
Expand Down

0 comments on commit f9d8970

Please sign in to comment.