♻️ kustomization

This commit is contained in:
auricom
2022-12-02 00:45:58 +01:00
parent c7eb3fca6d
commit 0259ffe463
126 changed files with 370 additions and 375 deletions

View File

@@ -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

View File

@@ -3,12 +3,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- helm-release.yaml
- ./helm-release.yaml
secretGenerator:
- name: glauth-secret
files:
- server.toml=config/server.sops.toml
- groups.toml=config/groups.sops.toml
- users.toml=config/users.sops.toml
- ./server.toml=config/server.sops.toml
- ./groups.toml=config/groups.sops.toml
- ./users.toml=config/users.sops.toml
generatorOptions:
disableNameSuffixHash: true

View File

@@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- authelia
- glauth
- ./authelia
- ./glauth