Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 820 Bytes

examples.md

File metadata and controls

33 lines (18 loc) · 820 Bytes

Examples

Pure Kubernetes YAML

This example uses only Kubernetes YAML that you'd typically see with kubectl apply.

Pure YAML Example

Helm w/ Embedded Chart

This example shows how to use a Helm chart that is defined locally in the bundle.

Helm Local Example

Helm External Chart

This example shows how to use a chart hosted in a repo from an external source. This is the most common approach with third party charts.

Helm Download Example

Kustomize

This example shows how to use a pure kustomize approach to deploy bundles

Kustomize Example

Helm w/ Kustomize Post Processing

This example shows how to kustomize a helm chart

Helm Kustomize Example