Browse Source

trim space

Stavros kois 2 years ago
parent
commit
528c4e45aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/common/templates/lib/workload/_deployementSpec.tpl

+ 1 - 1
library/common/templates/lib/workload/_deployementSpec.tpl

@@ -10,7 +10,7 @@ objectData:
 {{- define "ix.v1.common.lib.workload.deploymentSpec" -}}
   {{- $objectData := .objectData -}}
   {{- $rootCtx := .rootCtx -}}
-  {{- $strategy := $objectData.strategy | default "Recreate" }}
+  {{- $strategy := $objectData.strategy | default "Recreate" -}}
   {{- $replicas := 1 -}}
   {{- if hasKey $objectData "replicas" -}}
     {{- $replicas = $objectData.replicas -}}