Skip to content

Commit

Permalink
add comment to warn user the unsupported combo
Browse files Browse the repository at this point in the history
Signed-off-by: Yini <[email protected]>
  • Loading branch information
yini7777 committed Mar 19, 2024
1 parent 0692b2e commit 3e61e69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ secrets:
# https://docs.flyte.org/en/latest/deployment/cluster_config/auth_setup.html#oauth2-authorization-server
# If mount is true, helm will mount `flyte-secret-auth`.
# If mount is false, helm will not mount `flyte-secret-auth`.
# Note: Unsupported combination: create.true and mount.false.
create: true
mount: true
clientSecret: "<>" # put the secret for the confidential client flytepropeller defined in the IDP
Expand Down
1 change: 1 addition & 0 deletions charts/flyte-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ secrets:
# https://docs.flyte.org/en/latest/deployment/cluster_config/auth_setup.html#oauth2-authorization-server
# If mount is true, helm will mount `flyte-secret-auth`.
# If mount is false, helm will not mount `flyte-secret-auth`.
# Note: Unsupported combination: create.true and mount.false.
create: true
mount: true
clientSecret: foobar
Expand Down
1 change: 1 addition & 0 deletions docs/deployment/configuration/auth_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ Apply OIDC Configuration
# https://docs.flyte.org/en/latest/deployment/cluster_config/auth_setup.html#oauth2-authorization-server
# If mount is true, helm will mount `flyte-secret-auth`.
# If mount is false, helm will not mount `flyte-secret-auth`.
# Note: Unsupported combination: create.true and mount.false.
create: true
mount: true
# Use the non-encoded version of the random password
Expand Down

0 comments on commit 3e61e69

Please sign in to comment.