Skip to content

Commit 6901d58

Browse files
author
flawmop
committed
Stop kustomization generating config map names with suffix hash
1 parent d46979e commit 6901d58

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

k8s/kustomization.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ configMapGenerator:
99
- name: welcome-config
1010
files:
1111
- application.yml
12-
options:
13-
labels:
14-
app: welcome-svc
12+
13+
generatorOptions:
14+
disableNameSuffixHash: true
15+
labels:
16+
app: welcome-svc

0 commit comments

Comments
 (0)