f3f5e7c714
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
34 lines
906 B
Markdown
34 lines
906 B
Markdown
---
|
|
sidebar_label: kustomize
|
|
---
|
|
|
|
# dagger.io/kubernetes/kustomize
|
|
|
|
## #Kustomization
|
|
|
|
### #Kustomization Inputs
|
|
|
|
| Name | Type | Description |
|
|
| ------------- |:-------------: |:-------------: |
|
|
|*version* | `*"v3.8.7" \| string` |Kustomize binary version |
|
|
|
|
### #Kustomization Outputs
|
|
|
|
_No output._
|
|
|
|
## #Kustomize
|
|
|
|
Apply a Kubernetes Kustomize folder
|
|
|
|
### #Kustomize Inputs
|
|
|
|
| Name | Type | Description |
|
|
| ------------- |:-------------: |:-------------: |
|
|
|*source* | `dagger.#Artifact` |Kubernetes source |
|
|
|*kustomization* | `string` |Optional Kustomization file |
|
|
|*version* | `*"v3.8.7" \| string` |Kustomize binary version |
|
|
|
|
### #Kustomize Outputs
|
|
|
|
_No output._
|