starrocks-kubernetes-operator icon indicating copy to clipboard operation
starrocks-kubernetes-operator copied to clipboard

feat: add resources option for init_job

Open anthony974 opened this issue 1 year ago • 1 comments

Description

Add in helm chart possibility to add resources configuration for the init_password pod.

We are using openshift, on our cluster we have some kyverno rules set and the need-containers-ressources rules is applied.

We wanted to change the default password but the init_job container coudln't be deployed because the limits/requests wasn't set.

Checklist

For helm chart, please complete the following checklist:

  • [x] make sure you have updated the values.yaml file of starrocks chart.
  • [x] In scripts directory, run bash create-parent-chart-values.sh to update the values.yaml file of the parent chart( kube-starrocks chart).

anthony974 avatar Aug 07 '24 15:08 anthony974

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 07 '24 15:08 CLAassistant

This changes is straight forward. LGTM. Please take a look at it, thanks Team.

buu-nguyen avatar Mar 08 '25 08:03 buu-nguyen