diff --git a/deploy_apps/tks-lma-federation-wftpl.yaml b/deploy_apps/tks-lma-federation-wftpl.yaml index 7aa789e6..af7afa85 100644 --- a/deploy_apps/tks-lma-federation-wftpl.yaml +++ b/deploy_apps/tks-lma-federation-wftpl.yaml @@ -8,7 +8,7 @@ spec: arguments: parameters: - name: site_name - value: "hanu-reference" + value: "decapod-refrence" - name: logging_component value: "efk" - name: github_account diff --git a/deploy_apps/tks-service-mesh-wftpl.yaml b/deploy_apps/tks-service-mesh-wftpl.yaml index 6d403f14..1d03e00b 100644 --- a/deploy_apps/tks-service-mesh-wftpl.yaml +++ b/deploy_apps/tks-service-mesh-wftpl.yaml @@ -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" diff --git a/github_repo/create-contract-repo.yaml b/github_repo/create-contract-repo.yaml index 48cf7294..0d194d52 100644 --- a/github_repo/create-contract-repo.yaml +++ b/github_repo/create-contract-repo.yaml @@ -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. diff --git a/sealed_secrets/setup-sealed-secrets-on-admincluster.yaml b/sealed_secrets/setup-sealed-secrets-on-admincluster.yaml index 72b6d1bf..8a840880 100644 --- a/sealed_secrets/setup-sealed-secrets-on-admincluster.yaml +++ b/sealed_secrets/setup-sealed-secrets-on-admincluster.yaml @@ -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 diff --git a/sealed_secrets/setup-sealed-secrets-on-usercluster.yaml b/sealed_secrets/setup-sealed-secrets-on-usercluster.yaml index a5137957..44456e00 100644 --- a/sealed_secrets/setup-sealed-secrets-on-usercluster.yaml +++ b/sealed_secrets/setup-sealed-secrets-on-usercluster.yaml @@ -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