Skip to content

Commit dc2c473

Browse files
SMAR-2708 clean up forgoten values
1 parent 959998e commit dc2c473

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

values.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ global:
66
image:
77
# -- Overrides the Docker registry globally for all images
88
registry: "registry.gitlab.com"
9-
deployments:
10-
revisionHistoryLimit: 10
11-
strategy: "RollingUpdate"
129

1310
# -- Overrides the chart's name
1411
nameOverride: null
@@ -22,6 +19,11 @@ podLabels: {}
2219
serviceAnnotations: {}
2320
# -- Common labels for all services
2421
serviceLabels: {}
22+
# -- Common revisionHistoryLimit for all deployments
23+
revisionHistoryLimit: 10
24+
# -- Common updateStrategy for all deployments
25+
updateStrategy:
26+
type: "RollingUpdate"
2527

2628
# -- docker secrets used to pull images with
2729
imagePullSecrets:

0 commit comments

Comments
 (0)