reviewcommentsfix

This commit is contained in:
yasar 2023-03-21 14:15:20 +05:30
parent b8dac5f907
commit 1de759d92c
2 changed files with 3 additions and 0 deletions

View File

@ -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 }}

View File

@ -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