Skip to content

Commit adda0f7

Browse files
taeintaein
authored andcommitted
path modified
1 parent 18f1423 commit adda0f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
- name: Update Kustomize image
5757
run: |
5858
if [ "${{ env.DEPLOY_ENV }}" == "PROD" ]; then
59-
KUSTOMIZE_PATH="catcher-service-kusto/k8s/overlays/production"
59+
KUSTOMIZE_PATH="catcher-service-kusto/overlays/production"
6060
FILE_NAME="production-patch.yaml"
6161
else
62-
KUSTOMIZE_PATH="catcher-service-kusto/k8s/overlays/development"
62+
KUSTOMIZE_PATH="catcher-service-kusto/overlays/development"
6363
FILE_NAME="deployment-patch.yaml"
6464
fi
6565

0 commit comments

Comments
 (0)