Skip to content

Commit 7b3a293

Browse files
committed
build: revert tf command, add manifests step
1 parent 93e0b7a commit 7b3a293

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ jobs:
3636
- name: Provision TF
3737
uses: op5dev/tf-via-pr@v13
3838
with:
39-
## Final two steps depend on fully provisioned cluster
40-
## Revert to original condition once the cluster is up
41-
command: apply
42-
plan-parity: true
43-
# command: ${{ github.event_name == 'push' && 'apply' || 'plan' }}
39+
command: ${{ github.event_name == 'push' && 'apply' || 'plan' }}
4440
tool: tofu
4541
working-directory: terraform
4642
validate: true
@@ -55,11 +51,11 @@ jobs:
5551
- name: Pull kubeconfig
5652
run: |
5753
aws eks update-kubeconfig --name ${{ env.CLUSTER_NAME }}
58-
## Final two steps depend on fully provisioned cluster
59-
## Reenable once the cluster is up
60-
# - name: Apply manifests
61-
# run: |
62-
# kubectl apply -f kubernetes/manifests/ ${{ github.event_name == 'pull_request' && '--dry-run' || '' }}
54+
# Final two steps depend on fully provisioned cluster
55+
# Reenable once the cluster is up
56+
- name: Apply manifests
57+
run: |
58+
kubectl apply -f kubernetes/manifests/ ${{ github.event_name == 'pull_request' && '--dry-run' || '' }}
6359
# - name: Deploy eoAPI Chart
6460
# uses: helmfile/helmfile-action@v2.0.4
6561
# with:

0 commit comments

Comments
 (0)