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