2# commonLabels -- Common Labels are added to each kubernetes resource manifest.
6# overwriteLabels -- Overwrites default labels, but not resource specific labels and common labels
9## Define Pure kubernetes resources
10# resources -- Define resources to be deployed by the raw chart
13# - apiVersion: scheduling.k8s.io/v1beta1
16# name: common-critical
19# description: "This priority class should only be used for critical priority common pods."
21# - apiVersion: scheduling.k8s.io/v1beta1
27# description: "This priority class should only be used for high priority common pods."
30# templates -- Define templates which will be executed using the `tpl` function