all repos — infra @ b9176c546133143fdce23d8a95a20276c85bdb81

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: {}