mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 23:19:15 +08:00
466 B
466 B
Hostname
key: hostname
Info:
- Type:
string - Default:
"" - Helm Template: ✅
Can be defined in:
.Values.hostname
Specifies pod's hostname If left unspecified, Kubernetes will use the Deployment's name.
Examples:
hostname: some_hostname
hostname: "{{ .Values.path.to.key }}"
Kubernetes Documentation: