all repos — infra @ 58facd2e65c8f8dac00c426fa9e07988fda913c3

infrastructure manifests and setup notes

charts/cert-manager.yaml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
  name: cert-manager
  namespace: cert-manager
spec:
  repo: https://charts.jetstack.io
  chart: cert-manager
  targetNamespace: cert-manager
  valuesContent: |-
    crds:
      enabled: true
    prometheus:
      enabled: false