Skip to content

Commit

Permalink
Update pipeline-build-and-deploy.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sasorrentino committed Sep 7, 2022
1 parent 0c6b93b commit 806557d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nexiazuredevops/pipeline-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ stages:
displayName: "Deploy manifest for app"
inputs:
action: 'deploy'
kubernetesServiceConnection: $(kubernetes-service-connection-${{ parameters.env }})
kubernetesServiceConnection: nodo_srvendpoint_kubernetes_sa_uat
namespace: ${{ parameters.env }}
manifests: $(Pipeline.Workspace)/$(appVersion)-${{ parameters.env }}-manifest-app/*.yaml

0 comments on commit 806557d

Please sign in to comment.