Skip to content

Commit 35f404d

Browse files
committed
return defaults
1 parent b9d7ac8 commit 35f404d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/console/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A Helm chart for Kubernetes
55
type: application
66

77
# This is the chart version.
8-
version: 2.0.1
8+
version: 2.0.2
99

1010
# This is the version number of the application being deployed.
1111
# https://docs.openshift.com/container-platform/4.18/release_notes/ocp-4-18-release-notes.html

charts/console/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ claims:
6161
- groups
6262

6363
bridgeEnvironmentVariables:
64-
# BRIDGE_USER_AUTH: oidc
65-
# BRIDGE_K8S_AUTH: oidc
64+
BRIDGE_USER_AUTH: oidc
65+
BRIDGE_K8S_AUTH: oidc
6666
# BRIDGE_BASE_ADDRESS: "https://my-console.cluster.example.com"
6767
# BRIDGE_USER_AUTH_OIDC_CLIENT_ID: BRIDGE_USER_AUTH_OIDC_CLIENT_ID
6868
# BRIDGE_USER_AUTH_OIDC_ISSUER_URL: https://my-oidc-prodiver.okta.jumpcloud.example.com

0 commit comments

Comments
 (0)