Skip to content

Commit

Permalink
[k8s] Use new dry-run flag format
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Sep 27, 2021
1 parent f3295d9 commit 54802f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudbuild_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ steps:
name: gcr.io/cloud-builders/kubectl
args:
- apply
- --server-dry-run
- --dry-run=server
- -f=examples/deployment/kubernetes/etcd-deployment.yaml
env:
- CLOUDSDK_COMPUTE_ZONE=${_MASTER_ZONE}
Expand Down Expand Up @@ -106,7 +106,7 @@ steps:
name: gcr.io/cloud-builders/kubectl
args:
- apply
- --server-dry-run
- --dry-run=server
- -f=envsubst-spanner/etcd-cluster.yaml
- -f=envsubst-spanner/trillian-ci-spanner.yaml
- -f=envsubst-spanner/trillian-log-deployment.yaml
Expand Down Expand Up @@ -153,7 +153,7 @@ steps:
name: gcr.io/cloud-builders/kubectl
args:
- apply
- --server-dry-run
- --dry-run=server
- --namespace=mysql
- -f=envsubst-mysql/etcd-cluster.yaml
- -f=envsubst-mysql/trillian-ci-mysql.yaml
Expand Down

0 comments on commit 54802f7

Please sign in to comment.