Skip to content
Snippets Groups Projects
Verified Commit 86155419 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix scaling sanity check

parent b5c6ca3f
No related branches found
No related tags found
1 merge request!10Enable S3 object storage and autoscaling
......@@ -108,5 +108,5 @@ Determine whether horizontal scalign is enabled
Verify storage scalability against replication settings
*/}}
{{- define "aleksis.isScalingValid" -}}
{{- eq (include "aleksis.isScalingEnabled" .) (include "aleksis.isStorageScalable" .) }}
{{- not (and (include "aleksis.isScalingEnabled" .) (not (include "aleksis.isStorageScalable" .))) }}
{{- end -}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment