We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f3cac commit 2bf5a21Copy full SHA for 2bf5a21
helm/ggbridge/templates/client/deployment.yaml
@@ -108,8 +108,10 @@ spec:
108
env:
109
- name: SERVER_ADDRESS
110
value: {{ include "ggbridge.hostname" $ | quote }}
111
+ {{- if gt ($.Values.deploymentCount | int) 1 }}
112
- name: SERVER_PATH_PREFIX
113
value: {{ $index | quote }}
114
+ {{- end }}
115
- name: TLS_ENABLED
116
value: {{ $.Values.tls.enabled | quote }}
117
- name: TLS_VERIFY_CERTIFICATE
0 commit comments