Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Fix: warning: bases is deprecated use resources
Browse files Browse the repository at this point in the history
Replace deprecated 'bases' field with 'resources' in Kustomization

The 'bases' field is no longer supported and has been replaced with the 'resources'
field in the Kustomization file.

Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
  • Loading branch information
gciavarrini authored and openshift-merge-robot committed Jun 20, 2023
1 parent 8005bed commit c63c677
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hack/manifests/testing/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
bases:
- ../base
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ingress.yaml
- ldap.yaml
- postgres.yaml
- ../base

patchesStrategicMerge:
- parodos-patch.yaml
Expand Down

0 comments on commit c63c677

Please sign in to comment.