-
Notifications
You must be signed in to change notification settings - Fork 95
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
URI is not replacing the spec but merging instead #1486
Comments
@ricardomaraschini do you have an example that demonstrates how you reproduce this? |
apiVersion: troubleshoot.sh/v1beta2
kind: SupportBundle
metadata:
name: embedded-cluster-kotsadm-support-bundle
labels:
troubleshoot.io/kind: support-bundle
spec:
uri: https://gist.githubusercontent.com/ricardomaraschini/8311a61dcb6307559f7fed7db979ec90/raw/b37965b733b76370bb936cb306248f4f51db2952/yaml
collectors:
- logs:
name: podlogs/kotsadm
selector:
- app=kotsadm
limits:
maxAge: 720h |
For completenes:
|
6 tasks
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
When I use the
spec.uri
of a support bundle the documentation states the the version pointed byspec.uri
replaces the spec but it is actually merging the two specs.Expected Behavior
The version pointed by
spec.uri
replaces the version being applied.Steps To Reproduce
--dry-run
and inspect the merged result.The text was updated successfully, but these errors were encountered: