-
-
Notifications
You must be signed in to change notification settings - Fork 4
[Merged by Bors] - feat: Support podOverrides #256
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
Conversation
|
|
Required for: stackabletech/spark-k8s-operator#256 - Make pub_overrides_schema public. - Make PodTemplateSpec implement Atomic. - Update CHANGELOG.md Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
{% if lookup('env', 'VECTOR_AGGREGATOR') %} | ||
vectorAggregatorConfigMapName: vector-aggregator-discovery | ||
{% endif %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove logging to vector? (we try to log to log.t2.stackable.tech vector for all testcases to better debug tests)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I haven't thought of that. I wanted to have cleaner tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer to keep logging to e.g. collect the exceptions that occurred when the test failed
--- PASS: kuttl (102.96s) --- PASS: kuttl/harness (0.00s) --- PASS: kuttl/harness/resources_openshift-true_spark-3.4.0-stackable0.0.0-dev (90.95s) PASS
{% if lookup('env', 'VECTOR_AGGREGATOR') %} | ||
vectorAggregatorConfigMapName: vector-aggregator-discovery | ||
{% endif %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer to keep logging to e.g. collect the exceptions that occurred when the test failed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM when custom test pass
bors merge |
# Description Blocked by: stackabletech/operator-rs#616 Part of stackabletech/issues#346 Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
Pull request successfully merged into main. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
# Description Introduced in #256
# Description Introduced in #256
Description
Blocked by: stackabletech/operator-rs#616
Part of stackabletech/issues#346
Definition of Done Checklist
Once the review is done, comment
bors r+
(orbors merge
) to merge. Further information