Skip to content

Commit

Permalink
Bug: Remove extra right space
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil committed Jan 23, 2024
1 parent 72d434e commit 135e66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
+ {{- $dnsIPs := split "," .Values.global.clusterDNS }}
+ {{- $dnsCount := len $dnsIPs }}
+ {{- if eq $dnsCount 1 }}
+ {{- .Values.global.clusterDNS }}
+ {{- .Values.global.clusterDNS -}}
+ {{- else }}
+ {{- if gt $dnsCount 1 }}
+ {{- $dnsIPs._0 -}}
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-coredns/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://github.com/coredns/helm/releases/download/coredns-1.24.0/coredns-1.24.0.tgz
packageVersion: 08
packageVersion: 09
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
releaseCandidateVersion: 00

0 comments on commit 135e66a

Please sign in to comment.