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

Additional labels in the helm charts #172

Closed
porscheme opened this issue Jan 13, 2023 · 2 comments
Closed

Additional labels in the helm charts #172

porscheme opened this issue Jan 13, 2023 · 2 comments
Assignees

Comments

@porscheme
Copy link

Please check the FAQ documentation before raising an issue

Describe the bug (required)

Below is snippet of line 26 in nebula-operator/charts/nebula-cluster/templates/nebula-cluster.yaml

  labels: {{ toYaml .Values.nebula.graphd.podLabels | nindent 6 }}

Can someone please take one more look at this?
IMHO, it should be something like following!

  labels: {{ toYaml .Values.nebula.storaged.labels.additionalProperties | nindent 6 }}

Your Environments (required)

  • OS: uname -a
  • Commit id (e.g. a3ffc7d8)

How To Reproduce(required)

Steps to reproduce the behavior:

  1. Step 1
  2. Step 2
  3. Step 3

Expected behavior

Additional context

@MegaByte875
Copy link
Contributor

@porscheme Is there an error running here?

@QingZ11
Copy link
Contributor

QingZ11 commented Feb 23, 2023

We have noticed that the issue you created hasn’t been updated for nearly a month, so we have to close it for now. If you have any new updates, you are welcome to reopen this issue anytime.

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

No branches or pull requests

3 participants