Skip to content

Commit f4b6018

Browse files
committed
improve example
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 779a7a7 commit f4b6018

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ ttl:
2121
# this rule will match ALL resources, !BE CAREFUL!
2222
# - {group: "*", version: "*", kind: "*"}
2323

24+
## delete options, optional
2425
deleteOptions:
25-
propagationPolicy: Foreground # Foreground, Background, Orphan or empty
26+
propagationPolicy: Background # Foreground, Background, Orphan or empty
2627
gracePeriodSeconds: 120 # seconds
2728

2829
#################################################
@@ -99,6 +100,7 @@ rules:
99100
matchLabels:
100101
foo: bar
101102

103+
## delete options, optional
102104
deleteOptions:
103105
propagationPolicy: Foreground # Foreground, Background, Orphan or empty
104106
gracePeriodSeconds: 120 # seconds

0 commit comments

Comments
 (0)