Skip to content

Commit

Permalink
Add kaniko service account to chart
Browse files Browse the repository at this point in the history
  • Loading branch information
shydefoo committed Feb 20, 2023
1 parent c7adb69 commit d2fdfc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/merlin/templates/merlin-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ spec:
{{- if .Values.merlin.imageBuilder.contextSubPath }}
- name: IMG_BUILDER_CONTEXT_SUB_PATH
value: "{{ .Values.merlin.imageBuilder.contextSubPath }}"
- name: IMG_BUILDER_KANIKO_SERVICE_ACCOUNT
value: "{{ .Values.merlin.imageBuilder.serviceAccount }}"
{{- end }}
{{- if .Values.merlin.imageBuilder.predictionJobContextSubPath }}
- name: IMG_BUILDER_PREDICTION_JOB_CONTEXT_SUB_PATH
Expand Down
1 change: 1 addition & 0 deletions charts/merlin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ merlin:
tolerations: []
nodeSelectors: {}
maxRetry: 3
serviceAccount: ""
k8sConfig: ""

gitlab:
Expand Down

0 comments on commit d2fdfc6

Please sign in to comment.