all repos — infra @ 586f406a30787fd0c45fc122967f2a9a632280a6

infrastructure manifests and setup notes

charts/ingress-nginx.yaml (view raw)

 1apiVersion: helm.cattle.io/v1
 2kind: HelmChart
 3metadata:
 4  name: koti
 5  namespace: ingress-nginx
 6spec:
 7  repo: https://kubernetes.github.io/ingress-nginx
 8  chart: ingress-nginx
 9  targetNamespace: ingress-nginx
10  valuesContent: |-
11    controller:
12      allowSnippetAnnotations: true    
13