Skip to content

Commit

Permalink
Merge pull request #36 from cloud-native-toolkit/dam-hotfix
Browse files Browse the repository at this point in the history
add check for lowercase true for OCPv issue
  • Loading branch information
David-M-IBM authored Nov 6, 2024
2 parents d8394c4 + 696bfca commit c550cd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cp4d/5.0.x-tse-l4-base/cp4d-cloud-pak-deployer-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ spec:
values: ["Succeeded"]
- input: $(params.cpd-use-fs-iam)
operator: notin
values: ["True"]
values: ["True", "true"]
taskRef:
kind: Task
name: ibm-pak
Expand All @@ -1296,7 +1296,7 @@ spec:
values: ["Succeeded"]
- input: $(params.cpd-use-fs-iam)
operator: in
values: ["True"]
values: ["True","true"]
taskRef:
kind: Task
name: ibm-pak
Expand Down
4 changes: 2 additions & 2 deletions cp4d/5.0.x/cp4d-cloud-pak-deployer-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ spec:
values: ["Succeeded"]
- input: $(params.cpd-use-fs-iam)
operator: notin
values: ["True"]
values: ["True","true"]
taskRef:
kind: Task
name: ibm-pak
Expand All @@ -1305,7 +1305,7 @@ spec:
values: ["Succeeded"]
- input: $(params.cpd-use-fs-iam)
operator: in
values: ["True"]
values: ["True","true"]
taskRef:
kind: Task
name: ibm-pak
Expand Down

0 comments on commit c550cd0

Please sign in to comment.