A Helm chart for creating Priority Classes. Already comes with some bundled classes.
helm repo add christianhuth https://charts.christianhuth.de
helm repo update
helm install my-release christianhuth/priority-classesThis chart installs Priority Classes on a Kubernetes cluster using the Helm package manager.
- Kubernetes 1.19+
To install the chart with the release name my-release:
helm repo add christianhuth https://charts.christianhuth.de
helm repo update
helm install my-release christianhuth/priority-classesThese commands deploy the bundled Priority Classes on the Kubernetes cluster in the default configuration. The Values section lists the values that can be configured during installation.
Tip: List all releases using
helm list
To uninstall the my-release deployment:
helm uninstall my-releaseThe command removes all the Kubernetes components associated with the chart and deletes the release.
| Key | Type | Default | Description |
|---|---|---|---|
| fullnameOverride | string | "" |
String to fully override "priority-classes.fullname" |
| nameOverride | string | "" |
Provide a name in place of priority-classes |
| priorityClasses | list | see values.yaml | List of Priority Classes to be created |
Specify each parameter using the --set key=value[,key=value] argument to helm install.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
helm install my-release -f values.yaml christianhuth/priority-classes