Skip to content

Commit 25413fc

Browse files
committed
fixed template
1 parent a95c441 commit 25413fc

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

csdp/appset.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,26 @@ spec:
3838
directories:
3939
- path: csdp/components/*
4040
requeueAfterSeconds: 15
41+
template:
42+
metadata: {}
43+
spec:
44+
destination: {}
45+
project: ""
46+
source:
47+
repoURL: ""
4148
- git:
4249
files:
4350
- path: csdp/components/**/config_dir.json
4451
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
4552
requeueAfterSeconds: 15
4653
revision: v0.0.306
4754
template:
55+
metadata: {}
4856
spec:
57+
destination: {}
58+
project: ""
4959
source:
60+
repoURL:
5061
directory:
5162
exclude: "{{exclude}}"
5263
include: "{{include}}"

csdp/components/argo-cd/kustomization.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3+
namespace: argocd
34
resources:
4-
- https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.1/manifests/install.yaml
5-
- https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml?ref=2c62537a8e5a # TODO: switch to the next release when available
5+
- https://raw.githubusercontent.com/codefresh-io/argo-cd/kustomize-components/manifests/install.yaml
6+
#- https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml?ref=2c62537a8e5a # TODO: switch to the next release when available
67
- default-rbac.yaml
78
images:
8-
- name: quay.io/codefresh/argocd
9+
- name: quay.io/argoproj/argocd
910
newName: quay.io/codefresh/argocd
10-
newTag: v2.1.14-cap-10316
11+
newTag: kustomize-components
1112

1213
# will be effective on argo-cd 2.1
1314
configMapGenerator:

installer/kustomize/example/kustomization.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3+
4+
# Replace all variables with real values and run kustomize build on this file
35
resources:
4-
- https://raw.githubusercontent.com/codefresh-io/csdp-official-poc/v0.0.3/kustomize/kustomization.yaml
6+
- https://github.com/codefresh-io/csdp-official-poc.git/kustomize?ref=<RUNTIME_VERSION>
57

68
namespace: csdp-runtime
79

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://github.com/codefresh-io/cli-v2.git/manifests/argo-cd?ref=v0.0.301
4+
- ../../csdp/components/argo-cd
55
- ./csdp-installer.secret.yaml
66
- ./csdp-installer.job.yaml

0 commit comments

Comments
 (0)