Skip to content

Cannot configure priorityClassName from global gitlab chart

Summary

Despite #1987 (closed) and !1282 (merged), gitaly's priorityClassName cannot be configured from the parent gitlab chart.

Reading up on the Helm documentation for subcharts and globals I think this is because the priorityClassName is commented-out in the gitaly sub-chart's values.yaml

Steps to reproduce

helm install --dry-run gitlab gitlab/gitlab --version 5.6.0 --set gitaly.priorityClassName=test

Versions

  • Chart: 5.6.0
  • Platform:
    • Cloud: (GKE | AKS | EKS | ?)
    • Self-hosted: k3s
  • Kubernetes: (kubectl version)
    • Client: v1.22.4
    • Server: v1.22.4+k3s1
  • Helm: (helm version)
    • Client: v3.7.2
Edited by Telyn