From 7e8020078378ddb4022111b53020e1ada41de51c Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Mon, 28 Oct 2024 14:02:57 +0100 Subject: [PATCH] Update glance-operator backend samples As a followup of [1], we need to remove the unnecessary openstack-operator kustomize patching. [1] https://github.com/openstack-k8s-operators/openstack-operator/pull/1130 Signed-off-by: Francesco Pantano --- config/samples/backends/base/openstack/kustomization.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/samples/backends/base/openstack/kustomization.yaml b/config/samples/backends/base/openstack/kustomization.yaml index 422477ebe..8ed49a858 100644 --- a/config/samples/backends/base/openstack/kustomization.yaml +++ b/config/samples/backends/base/openstack/kustomization.yaml @@ -2,12 +2,6 @@ resources: - https://raw.githubusercontent.com/openstack-k8s-operators/openstack-operator/main/config/samples/core_v1beta1_openstackcontrolplane_galera_network_isolation.yaml patches: - - target: - kind: OpenStackControlPlane - name: .* - patch: |- - - op: remove - path: /spec/glance/template/glanceAPIs/default/type - target: kind: OpenStackControlPlane name: .*