Skip to content

Commit 2ef5db3

Browse files
committed
ci: remove manifest validation steps from CI workflow
The validation steps were redundant as kustomize build output is already validated during the actual deployment. This simplifies the workflow without compromising safety.
1 parent da5e77c commit 2ef5db3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ jobs:
151151
working-directory: manifest-ahmetcoskunkizilkaya/overlays/dev
152152
run: kustomize edit set image harbor2.ahmetcoskunkizilkaya.com/app-ahmetcoskunkizilkaya/eshoponweb:${{ steps.vars.outputs.image_tag }}
153153

154-
- name: Validate manifests
155-
working-directory: manifest-ahmetcoskunkizilkaya/overlays/dev
156-
run: kustomize build . | kubectl apply --dry-run=client -f -
157-
158154
- name: Commit & Push manifests
159155
run: |
160156
cd manifest-ahmetcoskunkizilkaya
@@ -212,10 +208,6 @@ jobs:
212208
working-directory: manifest-ahmetcoskunkizilkaya/overlays/prod
213209
run: kustomize edit set image harbor2.ahmetcoskunkizilkaya.com/app-ahmetcoskunkizilkaya/eshoponweb:${{ steps.vars.outputs.image_tag }}
214210

215-
- name: Validate manifests
216-
working-directory: manifest-ahmetcoskunkizilkaya/overlays/prod
217-
run: kustomize build . | kubectl apply --dry-run=client -f -
218-
219211
- name: Commit & Push manifests
220212
run: |
221213
cd manifest-ahmetcoskunkizilkaya

0 commit comments

Comments
 (0)