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:
@@ -9,6 +9,7 @@
|
||||
},
|
||||
"cluster": "$CLUSTER",
|
||||
"deployment": {
|
||||
"cluster": "$CLUSTER",
|
||||
"serviceAccount": true,
|
||||
"name": "deployment-portal-backend",
|
||||
"instance": {
|
||||
|
||||
Reference in New Issue
Block a user