Skip to content

Commit

Permalink
fix: Default PDB example typo (argoproj#3914)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarabala1979 committed Sep 11, 2020
1 parent f81b006 commit f09babd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/default-pdb-support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
entrypoint: pdbcreate
serviceAccountName: default
podDisruptionBudget:
minavailable: 100%
minAvailable: 9999 # Provide arbitrary big number if you don't know how many pods workflow creates
templates:
- name: pdbcreate
container:
Expand Down

0 comments on commit f09babd

Please sign in to comment.