reviewcommentsfix
This commit is contained in:
parent
b8dac5f907
commit
1de759d92c
|
|
@ -37,6 +37,7 @@ spec:
|
|||
name: hsd-oauth-proxy-env-cm
|
||||
- secretRef:
|
||||
name: hsd-oauth-proxy-externalsecret
|
||||
env:
|
||||
{{- range $k, $v := .Values.envVariables }}
|
||||
- name: {{ $k | quote }}
|
||||
value: {{ $v | quote }}
|
||||
|
|
|
|||
|
|
@ -65,6 +65,8 @@ tolerations: []
|
|||
|
||||
affinity: {}
|
||||
|
||||
secretStoreBasePath: "" #set the aws parameter store base path mentioned in terraform-api-gateway eg: "/<<cluster_id>>/<<module_name>>/<<namespace>>"
|
||||
|
||||
envVariables:
|
||||
#Input variables with default values
|
||||
OAUTH2_PROXY_HTTP_ADDRESS: "0.0.0.0:8080" #Any change in port number needs to be updated in service port
|
||||
|
|
|
|||
Loading…
Reference in New Issue