Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 28, 2020 05:22
Show Gist options
  • Save velotiotech/93713dbfe8e92bbd05fafdf97b5ca8da to your computer and use it in GitHub Desktop.
Save velotiotech/93713dbfe8e92bbd05fafdf97b5ca8da to your computer and use it in GitHub Desktop.
initContainers:
image: <webhook init-image name>
imagePullPolicy: IfNotPresent
name: webhook-init
volumeMounts:
- mountPath: /etc/webhook/certs
name: webhook-certs
env:
- name: MUTATE_CONFIG
value: mutating-webhook-configuration
- name: VALIDATE_CONFIG
value: validating-webhook-configuration
- name: WEBHOOK_SERVICE
value: webhook-service
- name: WEBHOOK_NAMESPACE
value: default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment