mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Use configmap name referrence
This commit is contained in:
@@ -13,7 +13,8 @@ resources:
|
||||
configMapGenerator:
|
||||
- name: authelia-prod-values
|
||||
namespace: auth
|
||||
options:
|
||||
disableNameSuffixHash: true
|
||||
files:
|
||||
- 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:
|
||||
- name: gitea-prod-values
|
||||
namespace: gitea
|
||||
options:
|
||||
disableNameSuffixHash: true
|
||||
files:
|
||||
- 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:
|
||||
- name: traefik-prod-values
|
||||
namespace: traefik
|
||||
options:
|
||||
disableNameSuffixHash: true
|
||||
files:
|
||||
- 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