apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - namespace.yaml - cluster.yaml - service-user.yaml - helm-repository.yaml - helm-release.yaml - secret-s3-garage.yaml - object-store.yaml configurations: - name-reference.yaml configMapGenerator: - name: values-base namespace: authelia files: - values.yaml # Uncomment to restore database from backup # patches: # - path: cluster-restore.yaml # target: # kind: Cluster