You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A [Helm](https://github.com/helm/helm) chart templating CLI, helm to kustomize converter, [kpt](https://github.com/GoogleContainerTools/kpt) function and [kustomize](https://github.com/kubernetes-sigs/kustomize/) plugin.
4
4
@@ -85,7 +85,7 @@ This can be done by declaring the khelm and a kustomize function orderly within
85
85
86
86
### kustomize exec plugin
87
87
88
-
khelm can be used as [kustomize](https://github.com/kubernetes-sigs/kustomize) 3 exec plugin.
88
+
khelm can be used as [kustomize](https://github.com/kubernetes-sigs/kustomize) 3 [exec plugin](https://kubectl.docs.kubernetes.io/guides/extending_kustomize/execpluginguidedexample/).
89
89
Though plugin support in kustomize is still an alpha feature and may be removed in a future version.
The general [kustomize plugin guide](https://kubectl.docs.kubernetes.io/guides/extending_kustomize/execpluginguidedexample/) provides more information.
107
-
108
106
#### Plugin usage example
109
107
110
108
A _plugin descriptor_ specifies the helm repository, chart, version and values that should be used in a kubernetes-style resource can be referenced in the `generators` section of a `kustomization.yaml` and can look as follows:
@@ -196,7 +194,7 @@ Unlike Helm khelm allows usage of any repository when `repositories.yaml` is not
196
194
197
195
Build and test the khelm binary (requires Go 1.13) as well as the container image:
198
196
```sh
199
-
make khelm test check image e2e-test
197
+
make clean khelm test check image e2e-test
200
198
```
201
199
_The dynamic binary is written to `build/bin/khelm` and the static binary to `build/bin/khelm-static`_.
0 commit comments