helm chart: choice option for internal/external loadbalancer type service (#7806)
This commit is contained in:
parent
b08d4278ad
commit
7d17ff35fa
3 changed files with 9 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{- if .Values.controller.service.enabled -}}
|
||||
{{- if and .Values.controller.service.enabled .Values.controller.service.external.enabled -}}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue