all repos — infra @ 1f3e5c14c9d8d3279ec75c37e9179a4ae5020397

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