== to eq
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "99.6.18"
|
||||
HELM_CHART_VERSION: "99.6.19"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -84,7 +84,7 @@ spec:
|
||||
name: {{ include "..fullname" . }}-db-auth
|
||||
- secretRef:
|
||||
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" ]
|
||||
{{- else }}
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user