File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments