Skip to content

Commit 61a203c

Browse files
committed
fix gitops env
1 parent 4988815 commit 61a203c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd-eks-gitops.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
gitops-env: default
114114
image-tag: ${{ format('dev-{0}', needs.build-dev.outputs.sha-short) }}
115-
gitops-repo: ${{ github.repository_owner }}/mypythonproject1-gitops
115+
gitops-repo: ${{ github.repository_owner }}/python-angular-project1-gitops
116116
eks-cluster-name: mypythonproject1-dev-eks
117117
namespace: mypythonproject1-dev
118118
aws-role-arn: ${{ secrets.AWS_ROLE_TO_ASSUME }}
@@ -181,7 +181,7 @@ jobs:
181181
with:
182182
gitops-env: ${ inputs.environment }
183183
image-tag: ${{ format('staging-{0}', needs.build-staging.outputs.sha-short) }}
184-
gitops-repo: ${{ github.repository_owner }}/mypythonproject1-gitops
184+
gitops-repo: ${{ github.repository_owner }}/gitgitops
185185
eks-cluster-name: mypythonproject1-staging-eks
186186
namespace: mypythonproject1-staging
187187
aws-role-arn: ${{ secrets.AWS_ROLE_TO_ASSUME }}
@@ -288,7 +288,7 @@ jobs:
288288
with:
289289
gitops-env: ${{ inputs.environment }}
290290
image-tag: ${{ github.ref_name }}
291-
gitops-repo: ${{ github.repository_owner }}/mypythonproject1-gitops
291+
gitops-repo: ${{ github.repository_owner }}/python-angular-project1-gitops
292292
eks-cluster-name: mypythonproject1-prod-eks
293293
namespace: mypythonproject1-production
294294
aws-role-arn: ${{ secrets.AWS_ROLE_TO_ASSUME }}

0 commit comments

Comments
 (0)