Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/prometheus/tls/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ patches:
- path: metrics_service_tls_patch.yaml
target:
kind: Service
name: metrics-service

@AvineshTripathi AvineshTripathi Jun 12, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probaby we should add namespace(system) too?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the manual test already passed with the current fix, but better be a bit more defensive with these patches! Thanks for pointing that out.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added! PTAL.

namespace: system
Loading