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

ArgoCD does not show object-type Helm parameters from the values.yaml file #10020

Open
LiberoScarcelli opened this issue Jul 18, 2022 · 2 comments
Labels
bug Something isn't working component:ui User interfaces bugs and enhancements

Comments

@LiberoScarcelli
Copy link

Hi,

it seems that ArgoCD is not showing all parameters from values.yaml files. This is what the text editor shows:

helm

This is what the ArgoCD console shows:

argocd

The "scripts" parameter is missing

@LiberoScarcelli LiberoScarcelli added the bug Something isn't working label Jul 18, 2022
@crenshaw-dev
Copy link
Member

This might be because it expects an object type rather than a string, number, or bool. We'd need to add a YAML editor to express those fields.

@crenshaw-dev crenshaw-dev added the component:ui User interfaces bugs and enhancements label Jul 20, 2022
@LiberoScarcelli
Copy link
Author

Yes exactly, as this parameter expects a multi-lines value, an entire script to initialize the DB. Thank you!

@crenshaw-dev crenshaw-dev changed the title ArgoCD does not show all helm parameters from the values.yaml file ArgoCD does not show object-type Helm parameters from the values.yaml file Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:ui User interfaces bugs and enhancements
Projects
None yet
Development

No branches or pull requests

2 participants