Skip to content

Commit

Permalink
Updated validate flag according to the upstream
Browse files Browse the repository at this point in the history
See argoproj/argo-workflows#1779

Signed-off-by: Marek Cermak <macermak@redhat.com>

modified:   workflows/templates/inspection-build-template.yaml
modified:   workflows/templates/inspection-build-with-cpu-template.yaml
  • Loading branch information
Marek Cermak committed Jan 30, 2020
1 parent 70fa1a5 commit bd105e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion workflows/templates/inspection-build-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ spec:
- name: memory
resource:
action: create
validate: false
flags: [
"--validate=false"
]
manifest: |
kind: BuildConfig
apiVersion: build.openshift.io/v1
Expand Down
4 changes: 3 additions & 1 deletion workflows/templates/inspection-build-with-cpu-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ spec:
- name: memory
resource:
action: create
validate: false
flags: [
"--validate=false"
]
manifest: |
kind: BuildConfig
apiVersion: build.openshift.io/v1
Expand Down

0 comments on commit bd105e9

Please sign in to comment.