Skip to content

Instantly share code, notes, and snippets.

@alexei-led
Created April 27, 2020 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexei-led/b861984a2be2f2f63596f089f417cefc to your computer and use it in GitHub Desktop.
Save alexei-led/b861984a2be2f2f63596f089f417cefc to your computer and use it in GitHub Desktop.
Markdium-Kubernetes and Secrets Management in Cloud: Part 2
[...]
args:
[...]
- --tls-cert-file=/etc/webhook/certs/cert.pem
- --tls-private-key-file=/etc/webhook/certs/key.pem
volumeMounts:
- name: webhook-certs
mountPath: /etc/webhook/certs
readOnly: true
[...]
volumes:
- name: webhook-certs
secret:
secretName: secrets-init-webhook-certs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment