Skip to content

Commit ed37315

Browse files
author
shraddhan
committed
JOBS-760 - Fix ha-values yaml and upgrade params
1 parent 9c00300 commit ed37315

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

helm/artifactory-ha-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)