Skip to content

Commit

Permalink
Merge pull request #5503 from jpreese/patch-1
Browse files Browse the repository at this point in the history
Update job-patchWebhook.yaml
  • Loading branch information
k8s-ci-robot authored May 4, 2020
2 parents 080b917 + c6b053d commit 5c2c90d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
containers:
- name: patch
image: {{ .Values.controller.admissionWebhooks.patch.image.repository }}:{{ .Values.controller.admissionWebhooks.patch.image.tag }}
imagePullPolicy: {{ .Values.controller.admissionWebhooks.patch.pullPolicy }}
imagePullPolicy: {{ .Values.controller.admissionWebhooks.patch.image.pullPolicy }}
args:
- patch
- --webhook-name={{ include "ingress-nginx.fullname" . }}-admission
Expand Down

0 comments on commit 5c2c90d

Please sign in to comment.