[BUG] Do not mount flyte-secret-auth
secret if .Values.secrets.adminOauthClientCredentials.enabled
is false.
#4908
Labels
flyte-secret-auth
secret if .Values.secrets.adminOauthClientCredentials.enabled
is false.
#4908
Describe the bug
flyte/charts/flyte-core/templates/common/secret-auth.yaml
Line 1 in 1ae5a8f
flyte/charts/flyte-core/templates/flytescheduler/deployment.yaml
Line 96 in 1ae5a8f
flyte/charts/flyte-core/templates/propeller/deployment.yaml
Line 103 in 1ae5a8f
As you can see in the above links, even though the
flyte-secret-auth
secret is optionally created, we always mount the corresponding secret in the propeller and the scheduler deployments.Expected behavior
Explained above.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: