new commit with all changes (#258)

This commit is contained in:
Jaiveer Katariya
2022-11-21 10:30:35 -05:00
committed by GitHub
parent e9693a7cdd
commit 58ba3f0665
8 changed files with 165 additions and 36 deletions
@@ -64,7 +64,7 @@ jobs:
test/integration/manifests/test.yml
action: deploy
- name: Checking if deployments and services were created with canary labels and original tag
- name: Checking if deployments and services were created
run: |
python test/integration/k8s-deploy-test.py namespace=${{ env.NAMESPACE }} kind=Deployment name=nginx-deployment containerName=nginx:1.14.2 labels=app:nginx,workflow:actions.github.com-k8s-deploy,workflowFriendlyName:Minikube_Integration_Tests_-_basic selectorLabels=app:nginx
python test/integration/k8s-deploy-test.py namespace=${{ env.NAMESPACE }} kind=Service name=nginx-service labels=workflow:actions.github.com-k8s-deploy,workflowFriendlyName:Minikube_Integration_Tests_-_basic selectorLabels=app:nginx