diff --git a/apps/istio.yaml b/apps/istio.yaml index d2a4ba9..b40637f 100644 --- a/apps/istio.yaml +++ b/apps/istio.yaml @@ -20,36 +20,3 @@ spec: destination: server: https://kubernetes.default.svc namespace: istio-system ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: istiod - namespace: argocd -spec: - project: default - source: - repoURL: https://gitea.linvogel.ch/linus/gitops.git - targetRevision: HEAD - path: helm/istiod - helm: - valueFiles: - - values.yaml - destination: - server: https://kubernetes.default.svc - namespace: istio-system ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: network_policies - namespace: argocd -spec: - project: default - source: - repoURL: https://gitea.linvogel.ch/linus/gitops.git - targetRevision: HEAD - path: network_policies - destination: - server: https://kubernetes.default.svc - namespace: istio-system \ No newline at end of file diff --git a/apps/network_policies.yaml b/apps/network_policies.yaml index e69de29..43086f5 100644 --- a/apps/network_policies.yaml +++ b/apps/network_policies.yaml @@ -0,0 +1,14 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: network_policies + namespace: argocd +spec: + project: default + source: + repoURL: https://gitea.linvogel.ch/linus/gitops.git + targetRevision: HEAD + path: network_policies + destination: + server: https://kubernetes.default.svc + namespace: istio-system \ No newline at end of file