Skip to content

Commit

Permalink
update: bases to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Aug 26, 2023
1 parent 1f66977 commit 82d45ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bootstrap/overlays/baremetal/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
resources:
- ../../base
- ../../../clusters/overlays/baremetal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
resources:
- ../../base
2 changes: 1 addition & 1 deletion components/configs/cluster-certs/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
resources:
- ../letsencrypt

patches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
resources:
- ../../base

0 comments on commit 82d45ca

Please sign in to comment.