瀏覽代碼

misc: fix helm high availability property (#4490)

***NO_CI***
Andrew Yefanov 3 年之前
父節點
當前提交
525f758151
共有 1 個文件被更改,包括 1 次插入1 次删除
  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