Skip to content

Commit

Permalink
trim space
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Nov 2, 2023
1 parent f004903 commit 528c4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/common/templates/lib/workload/_deployementSpec.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down

0 comments on commit 528c4e4

Please sign in to comment.