Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Default PDB example typo #3914

Merged
merged 23 commits into from
Sep 11, 2020
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e663374
fix: DAG level Output Artifacts on K8S and Kubelet executor
sarabala1979 Jul 28, 2020
e5d78d4
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Jul 28, 2020
e784e9d
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Jul 29, 2020
a92c98d
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Jul 31, 2020
d6456f6
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Jul 31, 2020
8020986
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 3, 2020
3a21a15
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 4, 2020
81149df
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 6, 2020
886e68b
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 11, 2020
e860842
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 12, 2020
461d03c
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 12, 2020
cbaa8ac
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 13, 2020
fc86b40
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 17, 2020
2846f55
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 18, 2020
227fd7b
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 19, 2020
4eb6392
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 21, 2020
05c22ed
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 24, 2020
909b55f
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 26, 2020
ac8ca20
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 27, 2020
8fadfe1
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 28, 2020
5b65d34
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Aug 28, 2020
3cf44e2
Merge branch 'master' of https://github.com/argoproj/argo
sarabala1979 Sep 1, 2020
16c4a5f
fix: Default PDB example typo
sarabala1979 Sep 1, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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