Skip to content

Commit 49e5302

Browse files
authored
Merge pull request #9 from flanksource/sample-config
fix: sample job config.yaml
2 parents 3b7cc7d + 6d6bd47 commit 49e5302

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ job:
77
annotations:
88
msg: "{{.msg | toJSON}}"
99
spec:
10-
containers:
10+
template:
11+
spec:
12+
containers:
1113
- name: podinfo
1214
image: ghcr.io/stefanprodan/podinfo:5.1.4
1315
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)