mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-23 19:30:35 +00:00
Add Lighthouse charts
This adds the deployment for lighthouse-agent, service account and RBAC.
This commit is contained in:
committed by
Miguel Angel Ajo Pelayo
parent
2914c74e38
commit
5e425b9079
@@ -33,3 +33,15 @@ metadata:
|
||||
chart: {{ template "submariner.chart" . }}
|
||||
app: {{ template "submariner.name" . }}
|
||||
{{- end }}
|
||||
---
|
||||
{{- if .Values.serviceAccounts.lighthouse.create }}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ template "submariner.lighthouseServiceAccountName" . }}
|
||||
labels:
|
||||
heritage: {{ .Release.Service | quote }}
|
||||
release: {{ .Release.Name | quote }}
|
||||
chart: {{ template "submariner.chart" . }}
|
||||
app: {{ template "submariner.name" . }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user