Explorar o código

misc: fix helm high availability property (#4490)

***NO_CI***
Andrew Yefanov %!s(int64=3) %!d(string=hai) anos
pai
achega
525f758151
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dev/helm/templates/deployment.yaml

+ 1 - 1
dev/helm/templates/deployment.yaml

@@ -51,7 +51,7 @@ spec:
                   name: {{ template "wiki.postgresql.secret" . }}
                 {{- end }}
                   key: {{ template "wiki.postgresql.secretKey" . }}
-            - name: HA
+            - name: HA_ACTIVE
               value: {{ .Values.replicaCount | int | le 2 | quote }}
           ports:
             - name: http