Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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