Skip to content

Commit 3ebbef5

Browse files
committed
Remove unnecessary input parameters for ArgoCD job in main pipeline
1 parent b09945d commit 3ebbef5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main-pipeline.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@ jobs:
166166
needs.detect-changes.outputs.infra-changed == 'true'
167167
)
168168
uses: ./.github/workflows/argocd.yml
169-
with:
170-
cluster-name: ${{ needs.terraform.outputs.cluster_name }}
171-
app-namespace: ${{ needs.terraform.outputs.namespace }}
172169
secrets: inherit
173170
permissions:
174171
contents: write

0 commit comments

Comments
 (0)