Skip to content

Commit d5d1679

Browse files
committed
Fixed typo in deploy.yml
no issue We use `overlays` in kustomize folders
1 parent e34880e commit d5d1679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Build final manifest
6161
run: |
62-
kubectl kustomize ./k8s/overlay/${{ env.ENVIRONMENT }} > /tmp/built-manifest.yaml
62+
kubectl kustomize ./k8s/overlays/${{ env.ENVIRONMENT }} > /tmp/built-manifest.yaml
6363
6464
- name: Setup yq
6565
run: |

0 commit comments

Comments
 (0)