Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Aug 21, 2021
1 parent ba105f3 commit f59f790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm-library/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: helm-library
description: A Helm library chart
type: library
version: 2.5.2
version: 2.5.3
6 changes: 3 additions & 3 deletions helm-library/templates/_cron-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ spec:
spec:
restartPolicy: {{ required (printf $requiredMsg "cronJob.restartPolicy") .Values.cronJob.restartPolicy | quote }}
securityContext:
fsGroup: {{ .Values.deployment.runAsUser | default 1000 }}
runAsUser: {{ .Values.deployment.runAsUser | default 1000 }}
runAsNonRoot: {{ .Values.deployment.runAsNonRoot | default true }}
fsGroup: {{ .Values.cronJob.runAsUser | default 1000 }}
runAsUser: {{ .Values.cronJob.runAsUser | default 1000 }}
runAsNonRoot: {{ .Values.cronJob.runAsNonRoot | default true }}
volumes:
- name: temp-dir
emptyDir: {}
Expand Down

0 comments on commit f59f790

Please sign in to comment.