Skip to content

Add health probes to the Operator helm chart#275

Merged
rishiy15 merged 3 commits intomainfrom
add-health-probe-operator-helm-chart
Feb 20, 2026
Merged

Add health probes to the Operator helm chart#275
rishiy15 merged 3 commits intomainfrom
add-health-probe-operator-helm-chart

Conversation

@rishiy15
Copy link
Contributor

@rishiy15 rishiy15 commented Feb 17, 2026

✨ Summary

The operator has health check endpoints that can be configured here https://github.com/1Password/onepassword-operator/blob/main/config/manager/manager.yaml#L111 . However, these only get deployed by running make deploy but not through the Helm chart.

So this PR adds liveness and readiness probe health check endpoints in the Operator helm chart template to ensure the operator remains online.

🔗 Resolves:

Resolves 1Password/onepassword-operator#44

✅ Checklist

  • 🖊️ Commits are signed
  • 🧪 Tests added/updated
  • 📚 Docs updated (if behavior changed)

🕵️ Review Notes & ⚠️ Risks

@rishiy15 rishiy15 changed the title Add health probe operator helm chart Add health probes to the Operator helm chart Feb 17, 2026
Copy link
Contributor

@volodymyrZotov volodymyrZotov left a comment

Choose a reason for hiding this comment

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

Looks great! Thanks @rishiy15 ! ✅

@rishiy15 rishiy15 merged commit 1266bdb into main Feb 20, 2026
4 checks passed
@rishiy15 rishiy15 deleted the add-health-probe-operator-helm-chart branch February 20, 2026 19:05
@JillRegan JillRegan mentioned this pull request Mar 9, 2026
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a health check endpoint to the Operator

2 participants