diff --git a/apps/istio.yaml b/apps/istio.yaml index 699b33e..8ff5962 100644 --- a/apps/istio.yaml +++ b/apps/istio.yaml @@ -1,3 +1,8 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: istio-system +--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: diff --git a/istiod/Chart.yaml b/istiod/Chart.yaml index 52d7851..14e3f29 100644 --- a/istiod/Chart.yaml +++ b/istiod/Chart.yaml @@ -4,4 +4,4 @@ version: 0.1.0 dependencies: - name: istiod version: 1.30.2 - repository: https://istio-release.storage.googleapis.com/charts \ No newline at end of file + repository: https://istio-release.storage.googleapis.com/charts