We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779a7a7 commit f4b6018Copy full SHA for f4b6018
example.yaml
@@ -21,8 +21,9 @@ ttl:
21
# this rule will match ALL resources, !BE CAREFUL!
22
# - {group: "*", version: "*", kind: "*"}
23
24
+ ## delete options, optional
25
deleteOptions:
- propagationPolicy: Foreground # Foreground, Background, Orphan or empty
26
+ propagationPolicy: Background # Foreground, Background, Orphan or empty
27
gracePeriodSeconds: 120 # seconds
28
29
#################################################
@@ -99,6 +100,7 @@ rules:
99
100
matchLabels:
101
foo: bar
102
103
104
105
propagationPolicy: Foreground # Foreground, Background, Orphan or empty
106
0 commit comments