From 08fb2c7cd00b0c901b40a90637abaa1464ae21f6 Mon Sep 17 00:00:00 2001 From: Cory Latschkowski Date: Tue, 5 Nov 2024 13:14:56 -0600 Subject: [PATCH] add: default overlay --- .../aggregate/overlays/default/kustomization.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 components/operators/openshift-gitops-operator/aggregate/overlays/default/kustomization.yaml diff --git a/components/operators/openshift-gitops-operator/aggregate/overlays/default/kustomization.yaml b/components/operators/openshift-gitops-operator/aggregate/overlays/default/kustomization.yaml new file mode 100644 index 00000000..fe4823f6 --- /dev/null +++ b/components/operators/openshift-gitops-operator/aggregate/overlays/default/kustomization.yaml @@ -0,0 +1,6 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: + - ../../../instance/overlays/default + - ../../../operator/overlays/latest