diff --git a/valkey/templates/haproxy-deployment.yaml b/valkey/templates/haproxy-deployment.yaml index 51fa5177..8d9177ba 100644 --- a/valkey/templates/haproxy-deployment.yaml +++ b/valkey/templates/haproxy-deployment.yaml @@ -141,4 +141,4 @@ spec: {{- with .Values.haproxy.extraVolumes }} {{- toYaml . | nindent 8 }} {{- end }} -{{- end }} +{{- end }} \ No newline at end of file diff --git a/valkey/templates/haproxy-service.yaml b/valkey/templates/haproxy-service.yaml index b89d83b7..1b427b53 100644 --- a/valkey/templates/haproxy-service.yaml +++ b/valkey/templates/haproxy-service.yaml @@ -24,4 +24,4 @@ spec: selector: {{- include "valkey.selectorLabels" . | nindent 4 }} app.kubernetes.io/component: haproxy -{{- end }} +{{- end }} \ No newline at end of file diff --git a/valkey/templates/statefulset.yaml b/valkey/templates/statefulset.yaml index a9632537..0fd0e652 100644 --- a/valkey/templates/statefulset.yaml +++ b/valkey/templates/statefulset.yaml @@ -414,4 +414,4 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} -{{- end }} +{{- end }} \ No newline at end of file diff --git a/valkey/values.schema.json b/valkey/values.schema.json index f7e49bbd..c9e1a467 100644 --- a/valkey/values.schema.json +++ b/valkey/values.schema.json @@ -740,4 +740,4 @@ "type": "string" } } -} +} \ No newline at end of file