Files
auricom-home-cluster/kubernetes/apps/networking/k8s-gateway/app/kustomization.yaml
2022-12-28 17:12:57 +01:00

15 lines
345 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: networking
resources:
- ./rbac.yaml
- ./helmrelease.yaml
configMapGenerator:
- name: k8s-gateway-configmap
files:
- ./Corefile
generatorOptions:
disableNameSuffixHash: true