infra/charts/headlamp/tests/test_cases/namespace-override-oidc-create-secret.yaml
2026-03-15 11:34:51 +02:00

19 lines
798 B
YAML

namespaceOverride: "mynamespace2"
# This is a test case for the oidc.secret.create field in the Headlamp deployment.
# The oidc.secret.create field is a boolean that determines whether to create a secret for OIDC.
# The oidc.secret.name field is a string that specifies the name of the OIDC secret.
# The oidc.clientID field is a string that specifies the client ID for OIDC.
# The oidc.clientSecret field is a string that specifies the client secret for OIDC.
# The oidc.issuerURL field is a string that specifies the issuer URL for OIDC.
# The oidc.scopes field is a string that specifies the scopes for OIDC.
config:
oidc:
secret:
create: true
name: oidc
clientID: "testClientId"
clientSecret: "testClientSecret"
issuerURL: "testIssuerURL"
scopes: "testScope"