Add lighthouse-coredns charts

1. Adds deployment amd configmap
2. Updates RBAC
This commit is contained in:
Vishal Thapar
2020-06-09 13:27:07 +02:00
committed by Miguel Angel Ajo Pelayo
parent c905d9fdca
commit b217b75f96
4 changed files with 88 additions and 1 deletions
+7
View File
@@ -74,3 +74,10 @@ Create the name of the submariner-lighthouse service account to use
{{ default "default" .Values.serviceAccounts.lighthouse.name }}
{{- end -}}
{{- end -}}
{{/*
Create the name of the submariner-lighthouse-coredns service name to use
*/}}
{{- define "submariner.lighthouseDnsName" -}}
{{- default (printf "%s-lighthouse-coredns" (include "submariner.fullname" .)) .Values.lighthouseCoredns.name }}
{{- end -}}