mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 15:37:44 +02:00
♻️ kustomization
This commit is contained in:
@@ -3,14 +3,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: default
|
||||
resources:
|
||||
- secret.sops.yaml
|
||||
- helm-release.yaml
|
||||
- ./secret.sops.yaml
|
||||
- ./helm-release.yaml
|
||||
patchesStrategicMerge:
|
||||
- patches/env.yaml
|
||||
- patches/postgres.yaml
|
||||
- ./patches/env.yaml
|
||||
- ./patches/postgres.yaml
|
||||
configMapGenerator:
|
||||
- name: authelia-configmap
|
||||
files:
|
||||
- config/configuration.yml
|
||||
- ./config/configuration.yml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
Reference in New Issue
Block a user