11 lines
315 B
YAML
11 lines
315 B
YAML
---
|
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ./pvc.yaml
|
|
- ./helmrelease.yaml
|
|
- ../../../../templates/gatus/external
|
|
- ../../../../templates/volsync
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|