This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/reference/universe/kubernetes/kustomize.md

36 lines
935 B
Markdown
Raw Normal View History

---
sidebar_label: kustomize
---
# dagger.io/kubernetes/kustomize
Kustomize config management
## #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._