apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - postgres.yaml - rabbitmq.yaml - namespaces.yaml - certificates.yaml - secrets-store.yaml helmCharts: - name: external-secrets namespace: external-secrets includeCRDs: true releaseName: external-secrets repo: https://charts.external-secrets.io version: 1.0.0 - name: cert-manager namespace: cert-manager includeCRDs: true releaseName: cert-manager repo: https://charts.jetstack.io version: v1.19.1 valuesInline: crds: enabled: true - name: ingress-nginx namespace: ingress-nginx includeCRDs: true releaseName: ingress-nginx repo: https://kubernetes.github.io/ingress-nginx version: 4.14.0 valuesFile: https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/hack/manifest-templates/provider/kind/values.yaml