We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d1b20 commit 45ba785Copy full SHA for 45ba785
pkg/target/configmaps_test.go
@@ -35,6 +35,9 @@ configMapGenerator:
35
files:
36
- passphrase=phrase.dat
37
- forces.txt
38
+- name: json
39
+ literals:
40
+ - 'v2=[{"path": "var/druid/segment-cache"}]'
41
secretGenerator:
42
- name: bob
43
literals:
@@ -87,6 +90,13 @@ metadata:
87
90
name: blah-bob-k772g5db55
88
91
---
89
92
apiVersion: v1
93
+data:
94
+ v2: '[{"path": "var/druid/segment-cache"}]'
95
+kind: ConfigMap
96
+metadata:
97
+ name: blah-json-tkh79m5tbc
98
+---
99
+apiVersion: v1
100
data:
101
MOUNTAIN: ZXZlcmVzdA==
102
OCEAN: cGFjaWZpYw==
0 commit comments