File tree Expand file tree Collapse file tree 9 files changed +0
-9
lines changed
charts/opencloud-full/templates Expand file tree Collapse file tree 9 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ metadata:
14
14
{{- with .Values.services.idm.persistence.annotations }}
15
15
annotations :
16
16
{{ toYaml . | indent 4 }}
17
- helm.sh/resource-policy : " keep"
18
17
{{- end }}
19
18
{{- with .Values.services.idm.persistence.finalizers }}
20
19
finalizers :
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ metadata:
11
11
{{- with .Values.services.nats.persistence.annotations }}
12
12
annotations :
13
13
{{ toYaml . | indent 4 }}
14
- helm.sh/resource-policy : " keep"
15
14
{{- end }}
16
15
{{- with .Values.services.nats.persistence.finalizers }}
17
16
finalizers :
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ metadata:
14
14
{{- with .Values.services.ocm.persistence.annotations }}
15
15
annotations :
16
16
{{ toYaml . | indent 4 }}
17
- helm.sh/resource-policy : " keep"
18
17
{{- end }}
19
18
{{- with .Values.services.ocm.persistence.finalizers }}
20
19
finalizers :
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ metadata:
6
6
name : {{ .appName }}-data
7
7
namespace : {{ template "oc.namespace" . }}
8
8
annotations :
9
- helm.sh/resource-policy : " keep"
10
9
labels :
11
10
app : {{ .appName }}
12
11
oc-metrics : enabled
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ metadata:
10
10
{{- with .Values.services.search.persistence.annotations }}
11
11
annotations :
12
12
{{ toYaml . | indent 4 }}
13
- helm.sh/resource-policy : " keep"
14
13
{{- end }}
15
14
{{- with .Values.services.search.persistence.finalizers }}
16
15
finalizers :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ metadata:
13
13
{{- with .Values.services.storagesystem.persistence.annotations }}
14
14
annotations :
15
15
{{ toYaml . | indent 4 }}
16
- helm.sh/resource-policy : " keep"
17
16
{{- end }}
18
17
{{- with .Values.services.storagesystem.persistence.finalizers }}
19
18
finalizers :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ metadata:
13
13
{{- with .Values.services.storageusers.persistence.annotations }}
14
14
annotations :
15
15
{{ toYaml . | indent 4 }}
16
- helm.sh/resource-policy : " keep"
17
16
{{- end }}
18
17
{{- with .Values.services.storageusers.persistence.finalizers }}
19
18
finalizers :
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ metadata:
10
10
{{- with .Values.services.thumbnails.persistence.annotations }}
11
11
annotations :
12
12
{{ toYaml . | indent 4 }}
13
- helm.sh/resource-policy : " keep"
14
13
{{- end }}
15
14
{{- with .Values.services.thumbnails.persistence.finalizers }}
16
15
finalizers :
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ metadata:
10
10
{{- with .Values.services.web.persistence.annotations }}
11
11
annotations :
12
12
{{ toYaml . | indent 4 }}
13
- helm.sh/resource-policy : " keep"
14
13
{{- end }}
15
14
{{- with .Values.services.web.persistence.finalizers }}
16
15
finalizers :
You can’t perform that action at this time.
0 commit comments