Skip to content

Commit

Permalink
Merge pull request #140 from Caascad/fix_pre_upgrade_imagepullsecrets
Browse files Browse the repository at this point in the history
fix: missing imagePullSecrets from rocketchat-pre-upgrade job
  • Loading branch information
debdutdeb authored Apr 10, 2024
2 parents 830f40f + 32d93a0 commit 7ee35e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rocketchat/templates/hook-verify-mongodb-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ spec:
- sh
- -c
- 'mongosh "$MONGODB_HOST" /tmp/verifyMongodb.js {{ .Values.mongodb.image.tag }}'
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: mongodb-script
configMap:
Expand Down

0 comments on commit 7ee35e3

Please sign in to comment.