fix(metallb): fix indent issue

This commit is contained in:
Kjeld Schouten-Lebbing
2022-09-13 20:17:28 +02:00
parent ca9981b15e
commit 7bfbb11cb2
6 changed files with 6 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ sources:
- https://github.com/metallb/metallb
- https://metallb.universe.tf
type: application
version: 4.0.7
version: 4.0.8
annotations:
truecharts.org/catagories: |
- core

View File

@@ -1,9 +1,7 @@
{{- range .Values.BGPAdvertisements }}
{{- if hasKey .Release "IsInstall" }}
{{- if .Release.IsInstall }}
{{- if $.Release.IsInstall }}
{{- fail "Please only add MetalLB configuration after initial installation" }}
{{- end }}
{{- end }}
---
apiVersion: metallb.io/v1beta1
kind: BGPAdvertisement

View File

@@ -1,9 +1,7 @@
{{- if .Values.Communities }}
{{- if hasKey .Release "IsInstall" }}
{{- if .Release.IsInstall }}
{{- if $.Release.IsInstall }}
{{- fail "Please only add MetalLB configuration after initial installation" }}
{{- end }}
{{- end }}
---
apiVersion: metallb.io/v1beta1
kind: Community

View File

@@ -1,9 +1,7 @@
{{- range .Values.ipAddressPools }}
{{- if hasKey .Release "IsInstall" }}
{{- if .Release.IsInstall }}
{{- if $.Release.IsInstall }}
{{- fail "Please only add MetalLB configuration after initial installation" }}
{{- end }}
{{- end }}
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool

View File

@@ -1,9 +1,7 @@
{{- range .Values.L2Advertisements }}
{{- if hasKey .Release "IsInstall" }}
{{- if .Release.IsInstall }}
{{- if $.Release.IsInstall }}
{{- fail "Please only add MetalLB configuration after initial installation" }}
{{- end }}
{{- end }}
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement

View File

@@ -1,9 +1,7 @@
{{- range .Values.Peers }}
{{- if hasKey .Release "IsInstall" }}
{{- if .Release.IsInstall }}
{{- if $.Release.IsInstall }}
{{- fail "Please only add MetalLB configuration after initial installation" }}
{{- end }}
{{- end }}
---
apiVersion: metallb.io/v1beta2
kind: BGPPeer