From e5cd21e0e549d345e9f50df3b441dc17afdaa0e5 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 29 Dec 2023 08:30:45 +0800 Subject: [PATCH] workflows/iac-pipeline-create.yml: update --- .github/workflows/iac-pipeline-create.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/iac-pipeline-create.yml b/.github/workflows/iac-pipeline-create.yml index 473fc336..c85bdfe7 100644 --- a/.github/workflows/iac-pipeline-create.yml +++ b/.github/workflows/iac-pipeline-create.yml @@ -87,9 +87,9 @@ jobs: setup-sit-cluster: uses: open-source-solution-design/Modern-Container-Application-Reference-Architecture/.github/workflows/use-setup-k3s-cluster.yml@main with: + domain: 'demo-dev.ink' cluster_name: 'sit' ssh_host_name: 'sit' - domain: 'svc-sit.ink' secrets: GCP_CREDENTIALS_JSON: ${{ secrets.GCP_CREDENTIALS_JSON }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} @@ -102,9 +102,9 @@ jobs: setup-sit-cluster-observability-agent: uses: open-source-solution-design/Modern-Container-Application-Reference-Architecture/.github/workflows/use-setup-observability-agent.yml@main with: + domain: 'demo-dev.ink' cluster_name: 'sit' ssh_host_name: 'sit' - domain: 'demo-dev.ink' secrets: GCP_CREDENTIALS_JSON: ${{ secrets.GCP_CREDENTIALS_JSON }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} @@ -117,9 +117,9 @@ jobs: setup-uat-cluster: uses: open-source-solution-design/Modern-Container-Application-Reference-Architecture/.github/workflows/use-setup-k3s-cluster.yml@main with: + domain: 'demo-dev.ink' cluster_name: 'uat' ssh_host_name: 'uat' - domain: 'demo-dev.ink' secrets: GCP_CREDENTIALS_JSON: ${{ secrets.GCP_CREDENTIALS_JSON }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}