Skip to content

Commit

Permalink
[noissue] Change apiVersion to avoid failure while deploying hub with…
Browse files Browse the repository at this point in the history
… HCO deployed
  • Loading branch information
davidtluong authored and openshift-merge-bot[bot] committed Aug 13, 2024
1 parent b0d22ab commit 777fd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/pulp-routes/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

- name: Remove pulp-web deployment with route
kubernetes.core.k8s:
api_version: v1
api_version: apps/v1
kind: Deployment
name: "{{ ansible_operator_meta.name }}-web"
namespace: "{{ ansible_operator_meta.namespace }}"
Expand Down

0 comments on commit 777fd24

Please sign in to comment.