소스 검색

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