mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* First public version of the Sysdig Helm package * Add default resources values * Fixes in documentation * Fix typo * Modify resource values to recommended ones * Rename to Sysdig Monitor * Add missing resources definition * Add a consistent label set to the daemonset
17 lines
482 B
Smarty
17 lines
482 B
Smarty
{{/* vim: set filetype=mustache: */}}
|
|
{{/*
|
|
Expand the name of the chart.
|
|
*/}}
|
|
{{- define "name" -}}
|
|
{{- default .Chart.Name .Values.nameOverride | trunc 24 -}}
|
|
{{- end -}}
|
|
|
|
{{/*
|
|
Create a default fully qualified app name.
|
|
We truncate at 24 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
|
|
*/}}
|
|
{{- define "fullname" -}}
|
|
{{- $name := default .Chart.Name .Values.nameOverride -}}
|
|
{{- printf "%s-%s" .Release.Name $name | trunc 24 -}}
|
|
{{- end -}}
|