Last active
May 27, 2020 15:16
-
-
Save guillaumedossantos/d775369bb3a7ca226e06ad117105c335 to your computer and use it in GitHub Desktop.
SSO for K8S Dashboard with Azure AD - 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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