Skip to content

Commit

Permalink
Merge pull request #215 from bmhughes/fix-cronjob-pullsecret-indent
Browse files Browse the repository at this point in the history
Fix indent for housekeeping CronJob imagePullSecrets
  • Loading branch information
RangerRick authored May 15, 2024
2 parents b6775e9 + 30e40e9 commit 10daf39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/netbox/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: netbox
version: 5.0.0-beta12
version: 5.0.0-beta13
appVersion: "v4.0.0"
type: application
kubeVersion: ^1.25.0-0
Expand Down
2 changes: 1 addition & 1 deletion charts/netbox/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}
spec:
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "context" $) | nindent 6 }}
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image) "context" $) | nindent 10 }}
serviceAccountName: {{ include "netbox.serviceAccountName" . }}
automountServiceAccountToken: {{ .Values.housekeeping.automountServiceAccountToken }}
{{- if .Values.housekeeping.podSecurityContext.enabled }}
Expand Down

0 comments on commit 10daf39

Please sign in to comment.