From 82d45cafd4d684836a50c43bbf790c7cbbda45d0 Mon Sep 17 00:00:00 2001 From: Cory Latschkowski Date: Sat, 26 Aug 2023 14:56:31 -0500 Subject: [PATCH] update: bases to resources --- bootstrap/overlays/baremetal/kustomization.yaml | 2 +- .../configs/baremetal/overlays/default/kustomization.yaml | 2 +- components/configs/cluster-certs/base/kustomization.yaml | 2 +- .../configs/cluster-certs/overlays/hou-edge/kustomization.yaml | 2 +- components/configs/rbac/overlays/default/kustomization.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bootstrap/overlays/baremetal/kustomization.yaml b/bootstrap/overlays/baremetal/kustomization.yaml index f2ecb69d..ea0aa6f7 100644 --- a/bootstrap/overlays/baremetal/kustomization.yaml +++ b/bootstrap/overlays/baremetal/kustomization.yaml @@ -1,6 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -bases: +resources: - ../../base - ../../../clusters/overlays/baremetal diff --git a/components/configs/baremetal/overlays/default/kustomization.yaml b/components/configs/baremetal/overlays/default/kustomization.yaml index 1dcee33f..681848f0 100644 --- a/components/configs/baremetal/overlays/default/kustomization.yaml +++ b/components/configs/baremetal/overlays/default/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -bases: +resources: - ../../base \ No newline at end of file diff --git a/components/configs/cluster-certs/base/kustomization.yaml b/components/configs/cluster-certs/base/kustomization.yaml index d96fd0d5..97f4ede1 100644 --- a/components/configs/cluster-certs/base/kustomization.yaml +++ b/components/configs/cluster-certs/base/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -bases: +resources: - ../../../operators/openshift-cert-manager-operator/examples/letsencrypt-route53-issuer - ../../../operators/openshift-cert-manager-operator/examples/openshift-api-certificate - ../../../operators/openshift-cert-manager-operator/examples/openshift-wildcard-certificate \ No newline at end of file diff --git a/components/configs/cluster-certs/overlays/hou-edge/kustomization.yaml b/components/configs/cluster-certs/overlays/hou-edge/kustomization.yaml index 87699b07..839f4712 100644 --- a/components/configs/cluster-certs/overlays/hou-edge/kustomization.yaml +++ b/components/configs/cluster-certs/overlays/hou-edge/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -bases: +resources: - ../letsencrypt patches: diff --git a/components/configs/rbac/overlays/default/kustomization.yaml b/components/configs/rbac/overlays/default/kustomization.yaml index 2e9e7974..774a422d 100644 --- a/components/configs/rbac/overlays/default/kustomization.yaml +++ b/components/configs/rbac/overlays/default/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -bases: +resources: - ../../base