Last active
July 15, 2021 21:08
-
-
Save tuxfight3r/1c474e8779701162620bb5b5564a10e3 to your computer and use it in GitHub Desktop.
kube cert-manager cert issuer
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
--- | |
apiVersion: cert-manager.io/v1 | |
kind: ClusterIssuer | |
metadata: | |
name: selfsigned-cluster-issuer | |
spec: | |
selfSigned: {} |
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
--- | |
apiVersion: cert-manager.io/v1 | |
kind: Issuer | |
metadata: | |
name: selfsigned-issuer | |
namespace: sandbox | |
spec: | |
selfSigned: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment