fix(metallb): fix indent issue
This commit is contained in:
@@ -25,7 +25,7 @@ sources:
|
|||||||
- https://github.com/metallb/metallb
|
- https://github.com/metallb/metallb
|
||||||
- https://metallb.universe.tf
|
- https://metallb.universe.tf
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.7
|
version: 4.0.8
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- core
|
- core
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
{{- range .Values.BGPAdvertisements }}
|
{{- range .Values.BGPAdvertisements }}
|
||||||
{{- if hasKey .Release "IsInstall" }}
|
{{- if $.Release.IsInstall }}
|
||||||
{{- if .Release.IsInstall }}
|
|
||||||
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
---
|
---
|
||||||
apiVersion: metallb.io/v1beta1
|
apiVersion: metallb.io/v1beta1
|
||||||
kind: BGPAdvertisement
|
kind: BGPAdvertisement
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
{{- if .Values.Communities }}
|
{{- if .Values.Communities }}
|
||||||
{{- if hasKey .Release "IsInstall" }}
|
{{- if $.Release.IsInstall }}
|
||||||
{{- if .Release.IsInstall }}
|
|
||||||
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
---
|
---
|
||||||
apiVersion: metallb.io/v1beta1
|
apiVersion: metallb.io/v1beta1
|
||||||
kind: Community
|
kind: Community
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
{{- range .Values.ipAddressPools }}
|
{{- range .Values.ipAddressPools }}
|
||||||
{{- if hasKey .Release "IsInstall" }}
|
{{- if $.Release.IsInstall }}
|
||||||
{{- if .Release.IsInstall }}
|
|
||||||
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
---
|
---
|
||||||
apiVersion: metallb.io/v1beta1
|
apiVersion: metallb.io/v1beta1
|
||||||
kind: IPAddressPool
|
kind: IPAddressPool
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
{{- range .Values.L2Advertisements }}
|
{{- range .Values.L2Advertisements }}
|
||||||
{{- if hasKey .Release "IsInstall" }}
|
{{- if $.Release.IsInstall }}
|
||||||
{{- if .Release.IsInstall }}
|
|
||||||
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
---
|
---
|
||||||
apiVersion: metallb.io/v1beta1
|
apiVersion: metallb.io/v1beta1
|
||||||
kind: L2Advertisement
|
kind: L2Advertisement
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
{{- range .Values.Peers }}
|
{{- range .Values.Peers }}
|
||||||
{{- if hasKey .Release "IsInstall" }}
|
{{- if $.Release.IsInstall }}
|
||||||
{{- if .Release.IsInstall }}
|
|
||||||
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
{{- fail "Please only add MetalLB configuration after initial installation" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
---
|
---
|
||||||
apiVersion: metallb.io/v1beta2
|
apiVersion: metallb.io/v1beta2
|
||||||
kind: BGPPeer
|
kind: BGPPeer
|
||||||
|
|||||||
Reference in New Issue
Block a user