Skip to content

Commit

Permalink
Merge pull request #79 from openinfradev/change_site_name
Browse files Browse the repository at this point in the history
change site name to decapod-reference
  • Loading branch information
zugwan authored Apr 11, 2022
2 parents 69b1923 + ceec9af commit dd0fb4f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy_apps/tks-lma-federation-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
arguments:
parameters:
- name: site_name
value: "hanu-reference"
value: "decapod-refrence"
- name: logging_component
value: "efk"
- name: github_account
Expand Down
2 changes: 1 addition & 1 deletion deploy_apps/tks-service-mesh-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
arguments:
parameters:
- name: site_name
value: "hanu-reference"
value: "decapod-reference"
# Replace these urls properly for your env #
- name: manifest_repo_url
value: "https://github.com/openinfradev/decapod-manifests"
Expand Down
3 changes: 1 addition & 2 deletions github_repo/create-contract-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ spec:
# Clone user-site-template which only has tks-cluster-aws app_group, currently
git clone -b ${REVISION} https://$(echo -n $TOKEN)@github.com/openinfradev/tks-user-site-template
# Use hanu-reference template as default 'template-std'
git clone -b ${REVISION} https://github.com/openinfradev/decapod-site
cp -r decapod-site/hanu-reference/* tks-user-site-template/template-std/
cp -r decapod-site/decapod-reference/* tks-user-site-template/template-std/
cd tks-user-site-template
# Remove unnecessary app_group directory before commit.
Expand Down
2 changes: 1 addition & 1 deletion sealed_secrets/setup-sealed-secrets-on-admincluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
- name: manifest_repo_url
value: "https://github.com/openinfradev/decapod-manifests"
- name: site_name
value: "hanu-reference"
value: "decapod-reference"
- name: app_prefix
value: "{{=sprig.substr(0, 8, workflow.parameters.site_name)}}"
- name: revision
Expand Down
2 changes: 1 addition & 1 deletion sealed_secrets/setup-sealed-secrets-on-usercluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
- name: manifest_repo_url
value: "https://github.com/openinfradev/decapod-manifests"
- name: site_name
value: "hanu-reference"
value: "decapod-reference"
- name: app_prefix
value: "{{=sprig.substr(0, 8, workflow.parameters.site_name)}}"
- name: revision
Expand Down

0 comments on commit dd0fb4f

Please sign in to comment.