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 18f1423 commit adda0f7Copy full SHA for adda0f7
.github/workflows/dp.yml
@@ -56,10 +56,10 @@ jobs:
56
- name: Update Kustomize image
57
run: |
58
if [ "${{ env.DEPLOY_ENV }}" == "PROD" ]; then
59
- KUSTOMIZE_PATH="catcher-service-kusto/k8s/overlays/production"
+ KUSTOMIZE_PATH="catcher-service-kusto/overlays/production"
60
FILE_NAME="production-patch.yaml"
61
else
62
- KUSTOMIZE_PATH="catcher-service-kusto/k8s/overlays/development"
+ KUSTOMIZE_PATH="catcher-service-kusto/overlays/development"
63
FILE_NAME="deployment-patch.yaml"
64
fi
65
0 commit comments