Skip to content

Commit 3ce3b43

Browse files
committed
remove required variable
1 parent 42dfa13 commit 3ce3b43

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

charts/console/templates/deployment.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{{- $name := .Values.bridgeEnvironmentVariables.BRIDGE_BASE_ADDRESS | required ".Values.bridgeEnvironmentVariables.BRIDGE_BASE_ADDRESS is required." -}}
22
{{- $name := .Values.bridgeEnvironmentVariables.BRIDGE_USER_AUTH_OIDC_CLIENT_ID | required ".Values.bridgeEnvironmentVariables.BRIDGE_USER_AUTH_OIDC_CLIENT_ID is required." -}}
33
{{- $name := .Values.bridgeEnvironmentVariables.BRIDGE_USER_AUTH_OIDC_ISSUER_URL | required ".Values.bridgeEnvironmentVariables.BRIDGE_USER_AUTH_OIDC_ISSUER_URL is required." -}}
4-
# {{- $name := .Values.bridgeEnvironmentVariables.BRIDGE_K8S_AUTH_BEARER_TOKEN | required ".Values.bridgeEnvironmentVariables.BRIDGE_K8S_AUTH_BEARER_TOKEN is required." -}}
54
apiVersion: apps/v1
65
kind: Deployment
76
metadata:
@@ -59,8 +58,6 @@ spec:
5958
value: {{ .Values.bridgeEnvironmentVariables.BRIDGE_USER_AUTH }}
6059
- name: BRIDGE_K8S_AUTH
6160
value: {{ .Values.bridgeEnvironmentVariables.BRIDGE_K8S_AUTH }}
62-
# - name: BRIDGE_K8S_AUTH_BEARER_TOKEN
63-
# value: {{ .Values.bridgeEnvironmentVariables.BRIDGE_K8S_AUTH_BEARER_TOKEN }}
6461
- name: BRIDGE_USER_AUTH_OIDC_CLIENT_ID
6562
value: {{ .Values.bridgeEnvironmentVariables.BRIDGE_USER_AUTH_OIDC_CLIENT_ID }}
6663
- name: BRIDGE_USER_AUTH_OIDC_CLIENT_SECRET

charts/console/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ environmentVariables: {}
5959
bridgeEnvironmentVariables:
6060
BRIDGE_USER_AUTH: oidc
6161
BRIDGE_K8S_AUTH: oidc
62-
# BRIDGE_K8S_AUTH_BEARER_TOKEN: #aws eks get-token --cluster-name $cluster | jq -r .status.token
6362
BRIDGE_BASE_ADDRESS: # "https://my-console.cluster.example.com"
6463
BRIDGE_USER_AUTH_OIDC_CLIENT_ID: # BRIDGE_USER_AUTH_OIDC_CLIENT_ID
6564
BRIDGE_USER_AUTH_OIDC_CLIENT_SECRET:

0 commit comments

Comments
 (0)