== to eq
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
variables:
|
variables:
|
||||||
HELM_CHART_VERSION: "99.6.18"
|
HELM_CHART_VERSION: "99.6.19"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ spec:
|
|||||||
name: {{ include "..fullname" . }}-db-auth
|
name: {{ include "..fullname" . }}-db-auth
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: global-secrets
|
name: global-secrets
|
||||||
{{- if (.Values.site.container_base | default "debian" ) == "debian" }}
|
{{- if eq (.Values.site.container_base | default "debian" ) "debian" }}
|
||||||
command: [ "/init-go/init-go" ]
|
command: [ "/init-go/init-go" ]
|
||||||
{{- else }}
|
{{- else }}
|
||||||
command:
|
command:
|
||||||
|
|||||||
Reference in New Issue
Block a user