-
Notifications
You must be signed in to change notification settings - Fork 484
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
feat: Add TargetAllocator MTLS configuration to operator chart #1404
base: main
Are you sure you want to change the base?
feat: Add TargetAllocator MTLS configuration to operator chart #1404
Conversation
it looks like something went very wrong with generating examples 😅 |
I promise it wasn't me. 😅 If it makes any difference, I'm running on a linux laptop so I wonder if there's some sort of tool with a different API. I know I always get bit by sed when dealing with Mac vs Linux environments. Same goes for Docker bind mounts. |
e355ec8
to
483d91b
Compare
Found the issue. Turns out that if values schema validation fails template rendering explodes. |
483d91b
to
7cc5341
Compare
c932063
to
7cabdb6
Compare
also be sure to re-run |
1ad8fc3
to
03d6db1
Compare
hmmm it seems that there's a diff in the CRDs... not 100% sure why though. I wonder if it has to do with us checking the wrong version of them? |
I had to rerun the update CRD target and that seems to have cleared things up. |
03d6db1
to
adc3225
Compare
fec0bf4
to
b8ca2a0
Compare
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.
@thefirstofthe300 can you add a new example that uses the new map.
b8ca2a0
to
07ad113
Compare
Added. |
The OTEL operator recently added support for using MTLS to secure the HTTP requests made from the collectors and the Target Allocator.
This PR adds support for enabling that feature gate using the directions found in the added documentation here.