mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
Signed-off-by: Christopher Larivière <lariviere.c@gmail.com> Co-authored-by: Christopher Larivière <lariviere.c@gmail.com> Co-authored-by: Markus Reiter <me@reitermark.us> |
||
---|---|---|
.. | ||
kustomization.yaml | ||
README.md | ||
values.yaml |
Deployment example using Kustomize
Deployment
Build
In order to view the resulting manifest for this example through Kustomize, issue the following command:
kubectl kustomize --enable-helm .
This will print the rendered manifest(s) to your console.
Apply
In order to deploy the manifest for this example through Kustomize, issue the following command:
kubectl kustomize --enable-helm . | kubectl apply -f -
This will apply the rendered manifest(s) to your cluster.