File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 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." -}}
54apiVersion : apps/v1
65kind : Deployment
76metadata :
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
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ environmentVariables: {}
5959bridgeEnvironmentVariables :
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 :
You can’t perform that action at this time.
0 commit comments