theshire/kubernetes/apps/cert-manager/webhook-dnsimple/app/kustomization.yaml

10 lines
235 B
YAML
Raw Normal View History

---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./apiservice.yaml
- ./helmrelease.yaml
- ./pki.yaml
2024-04-03 12:51:26 -05:00
- ./rbac.yaml