File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
chart/kube-arangodb/templates Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
33## [ master] ( https://github.com/arangodb/kube-arangodb/tree/master ) (N/A)
4+ - (Bugfix) Fix manual overwrite for ReplicasCount in helm
45
56## [ 1.2.25] ( https://github.com/arangodb/kube-arangodb/tree/1.2.25 ) (2023-04-07)
67- (Feature) Add Generics & Drop policy/v1beta1 support
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ spec:
105105{{ if .Values.operator.features.backup }}
106106 - --operator.backup
107107{{- end }}
108- {{- if or .Values.operator.debug (eq .Values.operator.replicaCount 1.0 ) }}
108+ {{- if or .Values.operator.debug (eq ( int .Values.operator.replicaCount) 1 ) }}
109109 - --mode.single
110110{{- end }}
111111{{ if .Values.operator.features.apps }}
You can’t perform that action at this time.
0 commit comments