Skip to content

Commit

Permalink
fix(vector): Toggle both service and headless service with service.en…
Browse files Browse the repository at this point in the history
…abled (#101)

* fix(vector): Toggle both service and headless service with service.enabled

Signed-off-by: Spencer Gilbert <[email protected]>

* chore(vector): merge develop and update docs

Signed-off-by: Spencer Gilbert <[email protected]>

* fix(vector): Remove unneeded and from service templates

Signed-off-by: Spencer Gilbert <[email protected]>
  • Loading branch information
spencergilbert authored Nov 8, 2021
1 parent 59161b9 commit a8b7daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vector/templates/service-headless.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if or (eq .Values.role "Aggregator") (eq .Values.role "Stateless-Aggregator") -}}
{{- if .Values.service.enabled }}
apiVersion: v1
kind: Service
metadata:
Expand Down
2 changes: 1 addition & 1 deletion charts/vector/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.service.enabled }}
{{- if .Values.service.enabled }}
apiVersion: v1
kind: Service
metadata:
Expand Down

0 comments on commit a8b7daf

Please sign in to comment.