Alvearie / alvearie-helm

repository for the helm chart source and package for Alvearie projects
https://artifacthub.io/packages/helm/linuxforhealth
Apache License 2.0
3 stars 5 forks source link

changing fhirUserPassword should cause the server pods to restart #80

Open lmsurpre opened 2 years ago

lmsurpre commented 2 years ago

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.