mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
Use configmap name referrence
This commit is contained in:
@@ -13,7 +13,8 @@ resources:
|
|||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: authelia-prod-values
|
- name: authelia-prod-values
|
||||||
namespace: auth
|
namespace: auth
|
||||||
options:
|
|
||||||
disableNameSuffixHash: true
|
|
||||||
files:
|
files:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
|
|
||||||
|
configurations:
|
||||||
|
- kustomizeconfig.yaml
|
||||||
7
apps/prod/authelia/kustomizeconfig.yaml
Normal file
7
apps/prod/authelia/kustomizeconfig.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# /apps/prod/authelia/kustomizeconfig.yaml
|
||||||
|
nameReference:
|
||||||
|
- kind: ConfigMap
|
||||||
|
version: v1
|
||||||
|
fieldSpecs:
|
||||||
|
- path: spec/valuesFrom/name
|
||||||
|
kind: HelmRelease
|
||||||
@@ -12,7 +12,8 @@ resources:
|
|||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: gitea-prod-values
|
- name: gitea-prod-values
|
||||||
namespace: gitea
|
namespace: gitea
|
||||||
options:
|
|
||||||
disableNameSuffixHash: true
|
|
||||||
files:
|
files:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
|
|
||||||
|
configurations:
|
||||||
|
- kustomizeconfig.yaml
|
||||||
7
apps/prod/gitea/kustomizeconfig.yaml
Normal file
7
apps/prod/gitea/kustomizeconfig.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# /apps/prod/authelia/kustomizeconfig.yaml
|
||||||
|
nameReference:
|
||||||
|
- kind: ConfigMap
|
||||||
|
version: v1
|
||||||
|
fieldSpecs:
|
||||||
|
- path: spec/valuesFrom/name
|
||||||
|
kind: HelmRelease
|
||||||
@@ -10,7 +10,8 @@ resources:
|
|||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: traefik-prod-values
|
- name: traefik-prod-values
|
||||||
namespace: traefik
|
namespace: traefik
|
||||||
options:
|
|
||||||
disableNameSuffixHash: true
|
|
||||||
files:
|
files:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
|
|
||||||
|
configurations:
|
||||||
|
- kustomizeconfig.yaml
|
||||||
7
infrastructure/controllers/traefik/kustomizeconfig.yaml
Normal file
7
infrastructure/controllers/traefik/kustomizeconfig.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# /apps/prod/authelia/kustomizeconfig.yaml
|
||||||
|
nameReference:
|
||||||
|
- kind: ConfigMap
|
||||||
|
version: v1
|
||||||
|
fieldSpecs:
|
||||||
|
- path: spec/valuesFrom/name
|
||||||
|
kind: HelmRelease
|
||||||
Reference in New Issue
Block a user