We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34880e commit d5d1679Copy full SHA for d5d1679
.github/workflows/deploy.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Build final manifest
61
run: |
62
- kubectl kustomize ./k8s/overlay/${{ env.ENVIRONMENT }} > /tmp/built-manifest.yaml
+ kubectl kustomize ./k8s/overlays/${{ env.ENVIRONMENT }} > /tmp/built-manifest.yaml
63
64
- name: Setup yq
65
0 commit comments