Skip to content

Commit

Permalink
Fixed typo in deploy.yml
Browse files Browse the repository at this point in the history
no issue

We use `overlays` in kustomize folders
  • Loading branch information
sam-lord committed Sep 6, 2023
1 parent e34880e commit d5d1679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Build final manifest
run: |
kubectl kustomize ./k8s/overlay/${{ env.ENVIRONMENT }} > /tmp/built-manifest.yaml
kubectl kustomize ./k8s/overlays/${{ env.ENVIRONMENT }} > /tmp/built-manifest.yaml
- name: Setup yq
run: |
Expand Down

0 comments on commit d5d1679

Please sign in to comment.