Skip to content

Commit d844478

Browse files
committed
fix(argocd-apps): Setting namespace in top level instead
1 parent c19bc4c commit d844478

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kubernetes/argocd/argocd-apps/kustomization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

4+
namespace: argocd
5+
46
helmCharts:
57
- name: argocd-apps
68
version: 2.0.2
79
releaseName: argocd-apps
810
repo: https://argoproj.github.io/argo-helm
911
valuesFile: values.yaml
10-
namespace: argocd

0 commit comments

Comments
 (0)