Skip to content

Commit

Permalink
disable PKO deployment (#1306)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
  • Loading branch information
geoberle authored Feb 11, 2025
1 parent d9e456a commit d7b24d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/services-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@
run: |
make acrpull.mgmt.deploy
- name: 'Deploy PKO'
run: |
make pko.deploy_pipeline
#- name: 'Deploy PKO'
# run: |
# make pko.deploy_pipeline

- name: 'Deploy ACM'
run: |
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ services_all = $(join services_svc,services_mgmt)
services_svc_pipelines = istio acrpull backend frontend cluster-service maestro.server
# Don't apply mgmt cluster fixes to personal clusters
ifeq ($(DEPLOY_ENV), personal-dev)
services_mgmt_pipelines = hypershiftoperator maestro.agent acm pko
services_mgmt_pipelines = hypershiftoperator maestro.agent acm
else
services_mgmt_pipelines = mgmt-fixes hypershiftoperator maestro.agent acm pko
services_mgmt_pipelines = mgmt-fixes hypershiftoperator maestro.agent acm
endif
%.deploy_pipeline:
$(eval export dirname=$(subst .,/,$(basename $@)))
Expand Down

0 comments on commit d7b24d2

Please sign in to comment.