mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 23:40:35 +00:00
Add lighthouse-coredns charts
1. Adds deployment amd configmap 2. Updates RBAC
This commit is contained in:
committed by
Miguel Angel Ajo Pelayo
parent
c905d9fdca
commit
b217b75f96
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user