mirror of
https://github.com/truenas/charts.git
synced 2026-06-28 00:06:45 +08:00
trim space
This commit is contained in:
committed by
Stavros Kois
parent
f004903659
commit
528c4e45aa
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user