diff --git a/helm/argocd/templates/namespace.yaml b/helm/argocd/templates/namespace.yaml new file mode 100644 index 0000000..0c822a5 --- /dev/null +++ b/helm/argocd/templates/namespace.yaml @@ -0,0 +1,6 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: argocd + labels: + istio-injection: enabled \ No newline at end of file