Skip to content

Commit

Permalink
🐛 Fix missing podAnnotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooN committed Oct 18, 2022
1 parent 52a1c09 commit 30fc758
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion osu/kubernetes-cloudflare-certificates-uploader/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: 2022.1012.0
version: 2022.1018.0

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ spec:
jobTemplate:
spec:
template:
{{- with .Values.podAnnotations }}
metadata:
annotations:
{{- toYaml . | nindent 12 }}
{{- end }}
spec:
restartPolicy: OnFailure
{{- with .Values.imagePullSecrets }}
Expand Down

0 comments on commit 30fc758

Please sign in to comment.