Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: fullnameOverride is modified by adding a prefix #1628

Open
1mr opened this issue Oct 24, 2024 · 1 comment · Fixed by #1629
Open

bug: fullnameOverride is modified by adding a prefix #1628

1mr opened this issue Oct 24, 2024 · 1 comment · Fixed by #1629

Comments

@1mr
Copy link

1mr commented Oct 24, 2024

Chart name and version
chart: victoria-metrics-cluster
version: v0.14.6

Describe the bug
Using the fullnameOverride key, the pod/svc/deployment/... name is expected to be the value of this key, but a prefix is always added. v0.13.0 was used before w/o this bug.

Custom values
Please provide only custom values (excluding default ones):

vmselect:
  fullnameOverride: 'vmselect-bla-bla'
  ....
vminsert:
  fullnameOverride: 'vminsert-bla-bla'
  ....
vmstorage:
  fullnameOverride: 'vmstorage-bla-bla'
  ....

Pod/svc name

kubectl get pod
NAME                                         READY   STATUS    RESTARTS   AGE
vmagent-0                                    1/1     Running   0          3h33m
vmagent-1                                    1/1     Running   0          3h33m
vmagent-bla-bla-0                      1/1     Running   0          3h33m
vminsert-bla-bla-vminsert-5976f7fd-p52jm     1/1     Running   0          19s
vminsert-bla-bla-vminsert-5976f7fd-psggz     1/1     Running   0          19s
vmselect-bla-bla-vmselect-696cd8d894-8n5xd   1/1     Running   0          19s
vmselect-bla-bla-vmselect-696cd8d894-nvm5b   1/1     Running   0          19s
vmstorage-bla-bla-vmstorage-0                0/1     Pending   0          19s
@AndrewChubatiuk
Copy link
Contributor

thanks for submitting an issue! fix will be available in the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants