theshire/kubernetes/apps/default/autobrr/app/kustomization.yaml
2024-08-14 08:21:54 -05:00

10 lines
291 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./externalsecret.yaml
- ./helmrelease.yaml
- ../../../../templates/gatus/guarded
generatorOptions:
disableNameSuffixHash: true