Skip to content

Commit 8d20293

Browse files
authored
Merge pull request #397 from openinfradev/render
change appname to lowercase due to argo-cd's requirements
2 parents de55633 + 7f0f6a6 commit 8d20293

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

git-repo/render-manifests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ spec:
137137
/installer/template -b ${BASE_DIR}/${app} -o ${site}/${app}/site-values.yaml --output ${OUTPUT_DIR}/${site}/${app}
138138
log 0 "INFO" "Successfully Generate ${app} manifests Files!"
139139
140-
mkdir ${OUTPUT_DIR}/$site/$app/${app}-CRD
140+
mkdir ${OUTPUT_DIR}/$site/$app/${app}-crd
141141
142-
echo "Move every CustomResourceDefinition to ${OUTPUT_DIR}/$site/$app/${app}-CRD"
143-
for i in `find ${OUTPUT_DIR}/$site/$app | grep CustomResourceDefinition | grep -v '/${app}-CRD/'`
142+
echo "Move every CustomResourceDefinition to ${OUTPUT_DIR}/$site/$app/${app}-crd"
143+
for i in `find ${OUTPUT_DIR}/$site/$app | grep CustomResourceDefinition | grep -v '/${app}-crd/'`
144144
do
145-
mv $i ${OUTPUT_DIR}/$site/$app/${app}-CRD
145+
mv $i ${OUTPUT_DIR}/$site/$app/${app}-crd
146146
done
147147
done
148148

sealed_secrets/setup-sealed-secrets-on-usercluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
- name: list
4444
value: |
4545
[
46-
{ "app_group": "sealed-secrets", "path": "sealed-secrets-CRD", "namespace": "kube-system", "target_cluster": "" }
46+
{ "app_group": "sealed-secrets", "path": "sealed-secrets-crd", "namespace": "kube-system", "target_cluster": "" }
4747
]
4848
4949
- - name: installControllers

tks-cluster/bootstrap-usercluster-wftpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
- name: list
6161
value: |
6262
[
63-
{ "app_group": "tks-cluster", "path": "tks-cluster-CRD", "namespace": "argo", "target_cluster": "tks-admin" }
63+
{ "app_group": "tks-cluster", "path": "tks-cluster-crd", "namespace": "argo", "target_cluster": "tks-admin" }
6464
]
6565
- - name: tks-get-cluster-info
6666
templateRef:

tks-cluster/create-usercluster-wftpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ spec:
215215
- name: list
216216
value: |
217217
[
218-
{ "app_group": "tks-cluster", "path": "tks-cluster-CRD", "namespace": "taco-system", "target_cluster": "" }
218+
{ "app_group": "tks-cluster", "path": "tks-cluster-crd", "namespace": "taco-system", "target_cluster": "" }
219219
]
220220
221221
- - name: install-addons-cni

0 commit comments

Comments
 (0)