apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
namespace: openstack
# FIXME: patch the IP address of the NFS share using a better way to identify the exact volume
patches:
- target:
    kind: OpenStackControlPlane
    name: .*
  patch: |-
    - op: replace
      path: /metadata/name
      value: openstack
- target:
    kind: OpenStackControlPlane
    name: .*
  patch: |-
    - op: remove
      path: /metadata/namespace
- path: /home/zuul/ci-framework-data/artifacts/manifests/kustomizations/controlplane/nfs_backend.yaml
- path: /home/zuul/ci-framework-data/artifacts/manifests/kustomizations/controlplane/cinder-backup.yaml