Skip to content

Commit

Permalink
change image name of webwook | add pullPolicy to svc ds
Browse files Browse the repository at this point in the history
  • Loading branch information
mJace authored and Levovar committed Sep 10, 2019
1 parent acbbc04 commit ef80ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions integration/manifests/svcwatcher/svcwatcher_ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
containers:
- name: svcwatcher
image: svcwatcher
imagePullPolicy: IfNotPresent
args:
- "--logtostderr"
tolerations:
Expand Down
2 changes: 1 addition & 1 deletion integration/manifests/webhook/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spec:
serviceAccountName: danm-webhook
containers:
- name: danm-webhook
image: danm_webhook
image: webhook
command: [ "/usr/local/bin/webhook", "-tls-cert-bundle=/etc/webhook/certs/cert.pem", "-tls-private-key-file=/etc/webhook/certs/key.pem", "bind-port=8443" ]
imagePullPolicy: IfNotPresent
volumeMounts:
Expand Down

0 comments on commit ef80ace

Please sign in to comment.