Skip to content

Commit

Permalink
fix more linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: sam clulow <sam.clulow@springernature.com>
  • Loading branch information
m1rp committed Mar 25, 2024
1 parent 6ff0205 commit 2df4381
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,9 @@ which allows us to keep generating everything for the default zone.
"nodeSelector" ($rolloutZone.nodeSelector | default (dict) )
"replicas" $replicaPerZone
"storageClass" $rolloutZone.storageClass
"noDownscale": $rolloutZone.noDownscale
"downscaleLeader": $rolloutZone.downscaleLeader
"prepareDownscale": $rolloutZone.prepareDownscale
"noDownscale" $rolloutZone.noDownscale
"downscaleLeader" $rolloutZone.downscaleLeader
"prepareDownscale" $rolloutZone.prepareDownscale
) -}}
{{- end -}}
{{- if $componentSection.zoneAwareReplication.migration.enabled -}}
Expand Down

0 comments on commit 2df4381

Please sign in to comment.