File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -236,6 +236,7 @@ kubectl create secret generic jfrog-admin-token --from-literal=token=<JFROG_ADMN
236236
237237 ``` bash
238238 helm upgrade --install artifactory jfrog/artifactory-ha \
239+ --set artifactory.masterKey=$MASTER_KEY \
239240 --set artifactory.joinKey=$JOIN_KEY \
240241 --set databaseUpgradeReady=true --set postgresql.postgresqlPassword=$POSTGRES_PASSWORD \
241242 -f helm/artifactory-ha-values.yaml \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ artifactory:
1111 enabled : true
1212 customInitContainersBegin : |
1313 - name: "prepare-fluentd-conf-on-persistent-volume"
14- image: {{ include "artifactory.getImageInfoByValue" (list . "initContainers") }}
14+ image: {{ include "artifactory-ha .getImageInfoByValue" (list . "initContainers") }}
1515 imagePullPolicy: "{{ .Values.artifactory.image.pullPolicy }}"
1616 command:
1717 - 'sh'
You can’t perform that action at this time.
0 commit comments