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 ca791ae commit e2d979eCopy full SHA for e2d979e
csdp/appset.yaml
@@ -31,21 +31,6 @@ metadata:
31
namespace: default # replace
32
spec:
33
generators:
34
- - git:
35
- repoURL: https://github.com/codefresh-io/csdp-official-poc.git
36
- revision: v0.0.309
37
- directories:
38
- - path: csdp/argo-cd
39
- requeueAfterSeconds: 15
40
- template:
41
- metadata: {}
42
- spec:
43
- destination: {}
44
- project: ""
45
- syncPolicy:
46
- preserveResourcesOnDeletion: true
47
- source:
48
- repoURL: ""
49
- git:
50
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
51
revision: v0.0.309
csdp/kustomization.yaml
@@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
resources:
4
- appset.yaml
5
+ - argo-cd
0 commit comments