Skip to content

Commit

Permalink
Merge pull request #9406 from sharifelgamal/gcp-certs
Browse files Browse the repository at this point in the history
add gcp-skip label to gcp-auth cert job pods
  • Loading branch information
sharifelgamal authored Oct 6, 2020
2 parents 24750c4 + 6cdff56 commit a01db98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/addons/gcp-auth/gcp-auth-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ spec:
template:
metadata:
name: gcp-auth-certs-create
labels:
gcp-auth-skip-secret: "true"
spec:
serviceAccountName: minikube-gcp-auth-certs
containers:
Expand Down Expand Up @@ -110,6 +112,8 @@ spec:
template:
metadata:
name: gcp-auth-certs-patch
labels:
gcp-auth-skip-secret: "true"
spec:
serviceAccountName: minikube-gcp-auth-certs
containers:
Expand Down

0 comments on commit a01db98

Please sign in to comment.