Skip to content

Instantly share code, notes, and snippets.

@tuxfight3r
Last active July 15, 2021 21:08
Show Gist options
  • Save tuxfight3r/1c474e8779701162620bb5b5564a10e3 to your computer and use it in GitHub Desktop.
Save tuxfight3r/1c474e8779701162620bb5b5564a10e3 to your computer and use it in GitHub Desktop.
kube cert-manager cert issuer
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: selfsigned-cluster-issuer
spec:
selfSigned: {}
---
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