Skip to content

Commit afc7497

Browse files
pmigcdxker
authored andcommitted
feat: add glasskube argocd app
Signed-off-by: Philip Miglinci <[email protected]>
1 parent 1943428 commit afc7497

File tree

3 files changed

+10344
-0
lines changed

3 files changed

+10344
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: glasskube
5+
namespace: argocd
6+
spec:
7+
destination:
8+
server: https://kubernetes.default.svc
9+
project: default
10+
source:
11+
path: glasskube/argocd/glasskube
12+
repoURL: https://github.com/pmig/trieve
13+
targetRevision: pmig/gcp-hn-migration
14+
syncPolicy:
15+
syncOptions:
16+
- ApplyOutOfSyncOnly=true
17+
automated:
18+
prune: true
19+
selfHeal: true
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: ApplicationSet
3+
metadata:
4+
name: applications
5+
namespace: argocd
6+
spec:
7+
goTemplate: true
8+
goTemplateOptions: ["missingkey=error"]
9+
generators:
10+
- git:
11+
repoURL: https://github.com/pmig/trieve
12+
revision: pmig/gcp-hn-migration
13+
directories:
14+
- path: 'glasskube/packages/*'
15+
template:
16+
metadata:
17+
name: '{{ .path.basename }}'
18+
spec:
19+
project: default
20+
source:
21+
repoURL: https://github.com/pmig/trieve
22+
targetRevision: pmig/gcp-hn-migration
23+
path: '{{.path.path}}'
24+
destination:
25+
server: https://kubernetes.default.svc
26+
syncPolicy:
27+
automated:
28+
prune: true
29+
selfHeal: true

0 commit comments

Comments
 (0)