diff --git a/src/istio-ingressgateway.yaml b/src/istio-ingressgateway.yaml index eb3976e..b6acb2d 100644 --- a/src/istio-ingressgateway.yaml +++ b/src/istio-ingressgateway.yaml @@ -1,6 +1,22 @@ -releases: -- chart: ../charts/gateway-istio-ingressgateway - version: 1.19.2 +apiVersion: helm.toolkit.fluxcd.io/v2beta1 +kind: HelmRelease +metadata: + creationTimestamp: null name: istio-ingressgateway - namespace: istio-system -templates: {} + namespace: flux-system +spec: + chart: + spec: + chart: gateway + sourceRef: + kind: HelmRepository + name: istio + namespace: flux-system + version: 1.19.2 + install: + crds: Create + createNamespace: true + interval: 0s + releaseName: istio-ingressgateway + targetNamespace: istio-system +status: {}