Skip to content

README: Add hint on helm template#72

Open
schnatterer wants to merge 1 commit into
developfrom
feature/helm-template
Open

README: Add hint on helm template#72
schnatterer wants to merge 1 commit into
developfrom
feature/helm-template

Conversation

@schnatterer

Copy link
Copy Markdown
Member

helm template oci://registry.cloudogu.com/k8s/ecosystem-core fails with
Error: execution error at (ecosystem-core/templates/00-validate-preconditions.yaml:2:6): CRD k8s.cloudogu.com/v1/Component is not installed.

Which is an unpleasant surprise.

...which seems difficult to fix.
In helm we seem not to be able to detect template. We can check iif .Release.IsDryRun but in dry run (with a live cluster) we actually want to validate. We can also not rely on if or .Release.IsInstall .Release.IsUpgrade because template seems to set these as well 🙄

So I actually did no change anything, just doc how to do a template if anyone ever wanted to do that.

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.

1 participant