Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add enable option to the service configuration. #190

Merged
merged 6 commits into from
Jul 30, 2024
Next Next commit
featadd option to enable or disable service creation
garrettprimm authored Feb 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 44a6231d4bf45afb4c7be1a505e20bcd7541ccaf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.ingress.enable }}
apiVersion: v1
kind: Service
metadata:
@@ -30,3 +31,4 @@ spec:
{{- if .Values.service.loadBalancerSourceRanges }}
loadBalancerSourceRanges: {{- toYaml .Values.service.loadBalancerSourceRanges | nindent 4 }}
{{- end -}}
{{- end }}