mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Add patchesStrategicMerge to traefik
This commit is contained in:
@@ -2,10 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../base/traefik
|
- ../../base/traefik
|
||||||
- traefik-values.yaml
|
- release.yaml
|
||||||
|
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: traefik-prod-values
|
- name: traefik-prod-values
|
||||||
namespace: traefik
|
namespace: traefik
|
||||||
files:
|
files:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
|
|
||||||
|
patchesStrategicMerge:
|
||||||
|
- release.yaml
|
||||||
Reference in New Issue
Block a user