mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
17 lines
503 B
YAML
17 lines
503 B
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ./externalsecret.yaml
|
|
- ./helmrelease.yaml
|
|
- ./referencegrant.yaml
|
|
configMapGenerator:
|
|
- name: authelia-configmap
|
|
files:
|
|
- ./config/configuration.yaml
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
# annotations:
|
|
# kustomize.toolkit.fluxcd.io/substitute: disabled
|