mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
feat: add service.enabled helm value (#4632)
This commit is contained in:
committed by
GitHub
parent
95fde31b18
commit
6a9bbfbd05
@@ -1,3 +1,4 @@
|
||||
{{- if .Values.service.enabled -}}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
@@ -32,3 +33,4 @@ spec:
|
||||
{{- end }}
|
||||
selector: {{ include "external-dns.matchLabels" . | nindent 4 }}
|
||||
type: {{ .Values.service.type }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user