35dd771f63
Deploy cloudhost-logging on cluster registration, ship app and optional service logs to ES with owner isolation, and fix Kibana 8.12 auth via kibana_system. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
229 B
Smarty
8 lines
229 B
Smarty
{{- define "cloudhost-logging.name" -}}
|
|
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
|
|
{{- end }}
|
|
|
|
{{- define "cloudhost-logging.namespace" -}}
|
|
{{- .Values.namespace | default "logging" }}
|
|
{{- end }}
|