Add Istio operator to addons
[icn.git] / deploy / site / cluster-addons / istio-source.yaml
1 ---
2 apiVersion: source.toolkit.fluxcd.io/v1beta1
3 kind: GitRepository
4 metadata:
5   name: istio
6   namespace: istio-system
7 spec:
8   interval: 1m
9   url: https://github.com/istio/istio.git
10   ref:
11     tag: 1.10.3
12   ignore: |
13     # exclude all
14     /*
15     # include charts directory
16     !/manifests/charts