Skip to content
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

changing fhirUserPassword should cause the server pods to restart #80

Open
lmsurpre opened this issue May 23, 2022 · 0 comments
Open

changing fhirUserPassword should cause the server pods to restart #80

lmsurpre opened this issue May 23, 2022 · 0 comments

Comments

@lmsurpre
Copy link
Collaborator

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:

      annotations:
        checksum/config: {{ include (print $.Template.BasePath "/configMap.yaml") . | sha256sum }}

We should add fhir-user-secret to that list.

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

No branches or pull requests

1 participant