RamenDR / ramen

Apache License 2.0
70 stars 51 forks source link

Adding apiVersion and kind to kustomization files #1405

Open abhijeet219 opened 1 month ago

abhijeet219 commented 1 month ago

Many drenv addons kustomization files do not have the apiVersion and kind fields. The fields are not required though, but its good to have them to be more compatible with tools that try to add them.

So we can add these 2 lines to the drenv kustomization files, and also other kustomization files under /config

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization