add helm cli functionality

This commit is contained in:
Bryton Hall 2022-08-16 00:58:23 -04:00
parent 9f0ae6e362
commit d6ae84c7c7
2 changed files with 88 additions and 68 deletions

View file

@ -59,14 +59,13 @@ Render all resources with
### Support
The following table gives a general overview of currently supported functionality.
The following table gives a general overview of currently supported/planned functionality.
| | kubectl | kustomize | helm | helmfile |
| ------ | :-----: | :-------: | :---: | :------: |
| render | x | | x[^2] | |
| diff | | | | |
| apply | x[^1] | | | |
| hooks | - | - | | |
| | kubectl | kustomize | helm | helmfile |
| --------- | :-----: | :-------: | :---: | :------: |
| render | x | | x[^2] | |
| diff | x | | x | |
| apply[^1] | x | | x | |
[^1]: currently create-only
[^2]: piping rendered helm charts to kubectl is a lossy process (e.g., [hooks](https://helm.sh/docs/topics/charts_hooks/) will not work)