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

docs(helmrelease): typo #1950

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

docs(helmrelease): typo #1950

wants to merge 2 commits into from

Conversation

choeffer
Copy link

@choeffer choeffer commented May 8, 2024

No description provided.

Signed-off-by: choeffer <christian.hoeffer@maibornwolff.de>
@kingdonb
Copy link
Member

Thank you for the correction! Do you think it should be don't exist because it's valuesFiles?

@choeffer
Copy link
Author

It could even make sense to rewrite the sentence to something like "If one or many of the spec.chart.spec.valuesFiles don't exist inside the chart, ... ", because I would expect, that it will fail in both cases, if one or many defined files are not present.

Is this assumption correct? What do you think?

@kingdonb
Copy link
Member

Yes, they are applied in order, I would expect it to fail if any of the files listed are not present 👍

Signed-off-by: choeffer <christian.hoeffer@maibornwolff.de>
@@ -484,7 +484,7 @@ spec:
replicaCount: 5
```

If the `spec.chart.spec.valuesFiles` doesn't exist inside the chart, helm-controller will not be able to
If one or many of the `spec.chart.spec.valuesFiles` don't exist inside the chart, helm-controller will not be able to
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think yo also need to consider .spec.chart.spec.ignoreMissingValuesFiles

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

Successfully merging this pull request may close these issues.

None yet

3 participants