diff --git a/.github/workflows/cs-integration-env-cd.yml b/.github/workflows/cs-integration-env-cd.yml index 4adce279f..22793d4e6 100644 --- a/.github/workflows/cs-integration-env-cd.yml +++ b/.github/workflows/cs-integration-env-cd.yml @@ -290,6 +290,11 @@ run: | cd maestro/ make register-agent + + - name: 'Deploy Cluster Service Namespace Management' + run: | + cd cluster-service/ + make deploy-integ deploy_to_management_cluster: if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'