Address error with helm-controller restarting
[icn.git] / deploy / site / pod11 / cluster / icn / addons.yaml
1 ---
2 apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
3 kind: Kustomization
4 metadata:
5   name: addons
6   namespace: flux-system
7 spec:
8   interval: 5m
9   path: deploy/site/cluster-addons
10   prune: true
11   sourceRef:
12     kind: GitRepository
13     name: icn
14   wait: true
15   timeout: 10m
16   patches:
17   - patch: |
18       - op: add
19         path: /spec/healthChecks/-
20         value:
21           apiVersion: helm.toolkit.fluxcd.io/v2beta1
22           kind: HelmRelease
23           name: monitor
24           namespace: emco
25       - op: add
26         path: /spec/healthChecks/-
27         value:
28           apiVersion: helm.toolkit.fluxcd.io/v2beta1
29           kind: HelmRelease
30           name: services
31           namespace: emco
32       - op: add
33         path: /spec/healthChecks/-
34         value:
35           apiVersion: helm.toolkit.fluxcd.io/v2beta1
36           kind: HelmRelease
37           name: tools
38           namespace: emco
39     target:
40       kind: Kustomization
41       name: sriov-network-operator
42       namespace: kud