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

[artifactory] Extra volume being created when persistence is disabled #1681

Open
bmanuel opened this issue Oct 10, 2022 · 6 comments
Open

[artifactory] Extra volume being created when persistence is disabled #1681

bmanuel opened this issue Oct 10, 2022 · 6 comments

Comments

@bmanuel
Copy link
Contributor

bmanuel commented Oct 10, 2022

Is this a request for help?:


Is this a BUG REPORT or FEATURE REQUEST? (choose one): bug

Which chart:

artifactory

What happened:

When persistence is disabled, emptyDir volumes named volume and artifactory-volume are created, but only artifactory-volume is used

What you expected to happen:

Only artifactory-volume is created

How to reproduce it (as minimally and precisely as possible):

artifactory:
  persistence:
    enabled: false

Anything else we need to know:

@bmanuel
Copy link
Contributor Author

bmanuel commented Oct 10, 2022

This is the volume in question:

{{- if not .Values.artifactory.persistence.enabled }}
- name: volume
emptyDir:
sizeLimit: {{ .Values.artifactory.persistence.size }}
{{- end }}

@itssiri
Copy link

itssiri commented Oct 11, 2022

Thanks..We will look into this and come back.

@bmanuel bmanuel changed the title Extra volume being created when persistence is disabled [artifactory] Extra volume being created when persistence is disabled Oct 12, 2022
@bmanuel
Copy link
Contributor Author

bmanuel commented Dec 1, 2022

@itssiri are there any updates on this?

@rahulsadanandan
Copy link
Collaborator

We have found this to be bug, we will fix this in the next releases.

@bmanuel
Copy link
Contributor Author

bmanuel commented Jan 5, 2023

@rahulsadanandan any updates on this?

1 similar comment
@bmanuel
Copy link
Contributor Author

bmanuel commented Jan 30, 2023

@rahulsadanandan any updates on this?

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