INFRA-2461 | Ashvin | Fix deployment_manifest.json error (#710)

Pipeline broke because I pulled cluster field to the root level. Only infra-provisioner supports this schema. Kubernetes-manifest-deployment still wants the cluster field to be inside deployment so I am going to put it at both locations. 

Link to the failed pipeline https://infra-pipelines.cmd.navi-tech.in/go/tab/build/detail/deployment-portal-backend-dev-deployment/689/deploy/1/deploy
This commit is contained in:
Ashvin S
2023-11-07 12:38:51 +05:30
committed by GitHub
parent db6c8e66d0
commit 3932665b2b

View File

@@ -9,6 +9,7 @@
},
"cluster": "$CLUSTER",
"deployment": {
"cluster": "$CLUSTER",
"serviceAccount": true,
"name": "deployment-portal-backend",
"instance": {