File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
charts/steadybit-extension-gatling Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : steadybit-extension-gatling
33description : Steadybit gatling extension Helm chart for Kubernetes.
4- version : 1.1.42
4+ version : 1.1.43
55appVersion : v1.0.39
66home : https://www.steadybit.com/
77icon : https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Original file line number Diff line number Diff line change 5959 - name : STEADYBIT_EXTENSION_ENABLE_LOCATION_SELECTION
6060 value : " true"
6161 {{- end }}
62- {{ if or (and .Values.global .Values.global. clusterName) .Values.kubernetes.clusterName }}
62+ {{- with ( .Values.kubernetes. clusterName | default (dig "clusterName" nil ( .Values.global | default dict))) }}
6363 - name : STEADYBIT_EXTENSION_KUBERNETES_CLUSTER_NAME
64- value : {{ if and .Values.global .Values.global.clusterName }}{{ .Values.global.clusterName | quote }}{{ else }}{{ .Values.kubernetes.clusterName }}{{ end }}
64+ value : {{ . | quote }}
6565 {{- end }}
6666 - name : STEADYBIT_EXTENSION_KUBERNETES_NODE_NAME
6767 valueFrom :
You can’t perform that action at this time.
0 commit comments