Files
chart/docs/common-library/values/hostname.md
Stavros kois 0c20405684 add workflows
2022-12-13 17:29:44 +02:00

22 lines
348 B
Markdown

# Hostname
## key: hostname
- Type: `string`
- Default: `""`
- Helm Template: ✅
Specifies pod's hostname
Examples:
```yaml
hostname: some_hostname
hostname: "{{ .Values.path.to.key }}"
```
Kubernetes Documentation:
- [Hostname](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-hostname-and-subdomain-fields)