-
Notifications
You must be signed in to change notification settings - Fork 16
[rancher-logging 4.10.0-rancher.x] Add a loggingOverlay for each type of Logging #129
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
base: main
Are you sure you want to change the base?
Conversation
|
@susesamu Can you rebase this pr to resolve the conflicts... |
3d47424 to
42784f0
Compare
packages/rancher-logging/4.10/generated-changes/overlay/templates/_generic_logging.yaml
Outdated
Show resolved
Hide resolved
packages/rancher-logging/4.10/generated-changes/overlay/templates/_generic_logging.yaml
Outdated
Show resolved
Hide resolved
packages/rancher-logging/4.10/generated-changes/overlay/templates/_generic_logging.yaml
Show resolved
Hide resolved
packages/rancher-logging/4.10/generated-changes/overlay/templates/_generic_logging.yaml
Show resolved
Hide resolved
packages/rancher-logging/4.10/generated-changes/overlay/templates/_generic_logging.yaml
Show resolved
Hide resolved
packages/rancher-logging/4.10/generated-changes/overlay/templates/_generic_logging.yaml
Show resolved
Hide resolved
packages/rancher-logging/4.10/generated-changes/patch/templates/_helpers.tpl.patch
Show resolved
Hide resolved
|
So I think there's a deeper problem here. Try doing the following on the chart from the PR: Because the individual logging overlay (i.e. This seems to be happening because parsing the output of an included template (in this case the This error corresponds to the line I think our best bet is to do something like this in each individual template file e.g. This does duplicate the merging logic, but it is much much clearer. I'm tired of double checking my understanding of how the merging works and this would largely solve it. Note that this would require adding |
issue: rancher/rancher#51705
dan edit: moved version to
4.10.0-rancher.x- we will reassign a version when 2.13.2 is closer.