@@ -313,7 +313,7 @@ deploymentStrategy:
313
313
# required: true
314
314
# @schema
315
315
# -- deployment strategy type to use. Can be "RollingUpdate" or "Recreate"
316
- type : RollingUpdate
316
+ type : Recreate
317
317
rollingUpdate :
318
318
# @schema
319
319
# oneOf:
@@ -3226,7 +3226,8 @@ services:
3226
3226
# $ref: schema/templates.json#/annotationsTemplate
3227
3227
# @schema
3228
3228
# -- Persistent volume annotations.
3229
- annotations : {}
3229
+ annotations :
3230
+ helm.sh/resource-policy : keep
3230
3231
# @schema
3231
3232
# $ref: schema/templates.json#/finalizersTemplate
3232
3233
# @schema
@@ -3557,7 +3558,8 @@ services:
3557
3558
# $ref: schema/templates.json#/annotationsTemplate
3558
3559
# @schema
3559
3560
# -- Persistent volume annotations.
3560
- annotations : {}
3561
+ annotations :
3562
+ helm.sh/resource-policy : keep
3561
3563
# @schema
3562
3564
# $ref: schema/templates.json#/finalizersTemplate
3563
3565
# @schema
@@ -3953,7 +3955,8 @@ services:
3953
3955
# $ref: schema/templates.json#/annotationsTemplate
3954
3956
# @schema
3955
3957
# -- Persistent volume annotations.
3956
- annotations : {}
3958
+ annotations :
3959
+ helm.sh/resource-policy : keep
3957
3960
# @schema
3958
3961
# $ref: schema/templates.json#/finalizersTemplate
3959
3962
# @schema
@@ -4434,7 +4437,8 @@ services:
4434
4437
# $ref: schema/templates.json#/annotationsTemplate
4435
4438
# @schema
4436
4439
# -- Persistent volume annotations.
4437
- annotations : {}
4440
+ annotations :
4441
+ helm.sh/resource-policy : keep
4438
4442
# @schema
4439
4443
# $ref: schema/templates.json#/finalizersTemplate
4440
4444
# @schema
@@ -4829,7 +4833,8 @@ services:
4829
4833
# $ref: schema/templates.json#/annotationsTemplate
4830
4834
# @schema
4831
4835
# -- Persistent volume annotations.
4832
- annotations : {}
4836
+ annotations :
4837
+ helm.sh/resource-policy : keep
4833
4838
# @schema
4834
4839
# $ref: schema/templates.json#/finalizersTemplate
4835
4840
# @schema
@@ -5014,7 +5019,8 @@ services:
5014
5019
# $ref: schema/templates.json#/annotationsTemplate
5015
5020
# @schema
5016
5021
# -- Persistent volume annotations.
5017
- annotations : {}
5022
+ annotations :
5023
+ helm.sh/resource-policy : keep
5018
5024
# @schema
5019
5025
# $ref: schema/templates.json#/finalizersTemplate
5020
5026
# @schema
@@ -5566,7 +5572,8 @@ services:
5566
5572
# $ref: schema/templates.json#/annotationsTemplate
5567
5573
# @schema
5568
5574
# -- Persistent volume annotations.
5569
- annotations : {}
5575
+ annotations :
5576
+ helm.sh/resource-policy : keep
5570
5577
# @schema
5571
5578
# $ref: schema/templates.json#/finalizersTemplate
5572
5579
# @schema
0 commit comments