Skip to content

Instantly share code, notes, and snippets.

@guillaumedossantos
Last active May 27, 2020 15:16
Show Gist options
  • Save guillaumedossantos/d775369bb3a7ca226e06ad117105c335 to your computer and use it in GitHub Desktop.
Save guillaumedossantos/d775369bb3a7ca226e06ad117105c335 to your computer and use it in GitHub Desktop.
SSO for K8S Dashboard with Azure AD - 2
volumeMounts:
- name: self-ca-cert
mountPath: /etc/ssl/certs/self-ca.pem
subPath: self-ca.pem
readOnly: false
volumes:
- name: self-ca-cert
configMap:
name: self-ca-cert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment