Skip to content

Commit 984a573

Browse files
committed
fix ci
1 parent 4e2c085 commit 984a573

1 file changed

Lines changed: 19 additions & 9 deletions

File tree

‎docs/examples/krm/generator.yaml‎

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,22 @@ spec:
1414
allowUntypedManifest: true
1515
yisp: |
1616
!yisp
17-
apiVersion: v1
18-
kind: ConfigMap
19-
metadata:
20-
name: my-config
21-
data:
22-
myaddition:
23-
- add
24-
- 3
25-
- 4
17+
- lists.as-toplevel
18+
- - lists.map
19+
- !quote
20+
- dev
21+
- stg
22+
- prod
23+
- - lambda
24+
- [env]
25+
- !quote
26+
apiVersion: v1
27+
kind: ConfigMap
28+
metadata:
29+
name: !yisp
30+
- strings.format
31+
- "my-config-%s"
32+
- *env
33+
data:
34+
ENV: *env
35+

0 commit comments

Comments
 (0)