Skip to content

Commit

Permalink
chore(cronjob): update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslishopline committed Oct 26, 2023
1 parent fb6588e commit b8544a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronjob/templates/_argo_cron_workflow.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{{- if .Values.pdb.maxUnavailable }}
maxUnavailable: {{ .Values.pdb.maxUnavailable }}
{{- else }}
# According to the documentation:
# Documentation: https://argoproj.github.io/argo-workflows/fields/#poddisruptionbudgetspec
# Provide arbitrary big number if you don't know how many pods workflow creates
minAvailable: {{ .Values.pdb.minAvailable | default 9999 }}
{{- end }}
Expand Down

0 comments on commit b8544a5

Please sign in to comment.