temporalio / helm-charts

Temporal Helm charts
MIT License
276 stars 315 forks source link

Apply security context regardless of persistence engine. #494

Closed robholland closed 3 weeks ago

robholland commented 4 weeks ago

Replaces #308.

What was changed

Always apply the security context if set rather than only doing so if using cassandra or elasticsearch.

Why?

security context is unrelated to persistence engine.

Updated version of #308 which is outdated.

Checklist

  1. Closes

  2. How was this tested:

  3. Any docs updates needed?