diff --git a/helm/templates/secret-config.yaml b/helm/templates/secret-config.yaml index d8c9ca3..351a0b5 100644 --- a/helm/templates/secret-config.yaml +++ b/helm/templates/secret-config.yaml @@ -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 }}