all repos — infra @ 98c073e8a948e7e07313a98b6ee84e9b733304c1

infrastructure manifests and setup notes

cert-manager/root-ca-issuer.yaml (view raw)

 1
 2
 3
 4
 5
 6
 7
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
  name: root-issuer
  namespace: default
spec:
  selfSigned: {}