mirror of
https://github.com/truenas/charts.git
synced 2026-06-17 07:27:44 +08:00
add k8s docs refs
This commit is contained in:
@@ -89,4 +89,6 @@ extraArgs:
|
||||
- "{{ .Values.persistence.photos.mountPath }}"
|
||||
```
|
||||
|
||||
<!-- TODO: Add link to k8s docs -->
|
||||
Kubernetes Documentation:
|
||||
|
||||
- [command - args](https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#define-a-command-and-arguments-when-you-create-a-pod)
|
||||
|
||||
@@ -119,3 +119,7 @@ TZ: UTC
|
||||
env:
|
||||
PHP_TZ: "{{ .Values.TZ }}"
|
||||
```
|
||||
|
||||
Kubernetes Documentation:
|
||||
|
||||
- [environment variables](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#define-an-environment-variable-for-a-container)
|
||||
|
||||
@@ -55,4 +55,7 @@ gpuImage:
|
||||
imageSelector: gpuImage
|
||||
```
|
||||
|
||||
<!-- TODO: Add link to k8s docs -->
|
||||
Kubernetes Documentation:
|
||||
|
||||
- [images](https://kubernetes.io/docs/concepts/containers/images)
|
||||
- [pullPolicy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy)
|
||||
|
||||
Reference in New Issue
Block a user