Add kustomize config for configmap name reference

This commit is contained in:
Chris Rai
2026-01-31 17:23:30 -05:00
parent 06994ae278
commit 5a5acdd717
2 changed files with 9 additions and 0 deletions

View File

@@ -16,3 +16,6 @@ resources:
labels:
- pairs:
environment: development
configurations:
- kustomizeconfig.yaml

View File

@@ -0,0 +1,6 @@
nameReference:
- kind: ConfigMap
version: v1
fieldSpecs:
- path: spec/template/spec/containers/envFrom/configMapRef/name
kind: Deployment