You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated the fhirUserPassword in my values override and then used that to helm upgrade.
To my surprise, this didn't cause the pods to restart. I guess its because we only restart when the normal configMap gets updated, not just a random secret.
I updated the fhirUserPassword in my values override and then used that to helm upgrade.
To my surprise, this didn't cause the pods to restart. I guess its because we only restart when the normal configMap gets updated, not just a random secret.
That is accomplished via this pattern:
We should add fhir-user-secret to that list.
The text was updated successfully, but these errors were encountered: