mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2026-01-27 10:23:15 +00:00
[WIFI-4240] Fix: template name in helm config template
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
labels:
|
||||
app.kuberentes.io/name: {{ include "ucentralsec.name" . }}
|
||||
helm.sh/chart: {{ include "ucentralsec.chart" . }}
|
||||
app.kuberentes.io/name: {{ include "owsec.name" . }}
|
||||
helm.sh/chart: {{ include "owsec.chart" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
name: {{ include "ucentralsec.fullname" . }}-config
|
||||
name: {{ include "owsec.fullname" . }}-config
|
||||
kind: Secret
|
||||
type: Opaque
|
||||
data:
|
||||
ucentralsec.properties: {{ include "ucentralsec.config" . | b64enc }}
|
||||
owsec.properties: {{ include "owsec.config" . | b64enc }}
|
||||
|
||||
Reference in New Issue
Block a user