Skip to content

Commit

Permalink
cronjob pull secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor B committed Nov 22, 2022
1 parent 652cb87 commit 7816b6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kanister-actionset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 4 additions & 0 deletions charts/kanister-actionset/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ spec:
--options tenant={{ .Values.tenant }},environment={{ .Values.environment }},application={{ .Values.application }}
resources: {}
restartPolicy: Never
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml .Values.imagePullSecrets | nindent 12 }}
{{- end }}
{{- end }}
1 change: 1 addition & 0 deletions charts/kanister-actionset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
image:
repository: ghcr.io/kanisterio/kanister-tools
tag: latest
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

Expand Down

0 comments on commit 7816b6f

Please sign in to comment.