We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7b73c commit 5e154b8Copy full SHA for 5e154b8
apps/argo-apps-app.yaml
@@ -0,0 +1,16 @@
1
+apiVersion: argoproj.io/v1alpha1
2
+kind: Application
3
+metadata:
4
+ name: argo-apps-app
5
+ namespace: argocd
6
+spec:
7
+ project: default
8
+ source:
9
+ path: apps/argo-apps
10
+ repoURL: https://github.com/code4romania/code4ro-k8s.git
11
+ targetRevision: HEAD
12
+ destination:
13
14
+ server: https://kubernetes.default.svc
15
+ syncPolicy:
16
+ automated: {}
apps/argo-app-of-apps.yaml renamed to apps/argo-apps/apps.yaml
@@ -11,6 +11,8 @@ spec:
revision: HEAD
directories:
- path: apps/*
+ - path: apps/argo-apps
+ exclude: true
template:
17
metadata:
18
name: "{{ .path.basename }}"
0 commit comments