fix(metallb): fix indent issue
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user