We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddb4c4 commit 84cc371Copy full SHA for 84cc371
.github/workflows/cd.yml
@@ -32,7 +32,7 @@ jobs:
32
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
33
IMAGE_TAG: ${{ github.sha }}
34
with:
35
- args: apply -k ./demo_app/01_plain/deploy/kustomize
+ args: apply -k .
36
- name: Get cluster info
37
uses: kodermax/kubectl-aws-eks@master
38
env:
0 commit comments