Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Dec 18, 2023
1 parent 65d5133 commit f0910cd
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ spec:
steps:
- try:
- create:
file: configmap.yaml
file: secret.yaml
- assert:
file: configmap.yaml
file: secret.yaml
- apply:
file: replication.yaml
- assert:
Expand All @@ -19,6 +19,10 @@ spec:
file: ready-replication-svc.yaml
- assert:
file: ready-replication-pvc.yaml
- create:
file: configmap.yaml
- assert:
file: configmap.yaml
- apply:
file: sentinel.yaml
- assert:
Expand Down

0 comments on commit f0910cd

Please sign in to comment.