helm chart: choice option for internal/external loadbalancer type service (#7806)

This commit is contained in:
Nithya 2021-11-15 23:13:52 +00:00 committed by GitHub
parent b08d4278ad
commit 7d17ff35fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View file

@ -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: