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
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Describe the bug
As a dev, I expect that if I make a change to values-template.yaml that change will be reflected in the yaml files that Heml applies deployments no matter if they are initial deployments or upgrades. Note that the same general issue also exists in the TES deployer.
Steps to Reproduce
Steps to reproduce the behavior:
Create a deployment using the CoA deployer.
Change the accountName and sasToken of the externalSasContainers property in values-template.yaml.
Rebuild the deployer code and upgrade the deployement generated in step 1.
Check the settings of the kubernetes cluster. Note that all properties related to the external sas containers remain as they were in the initial depoyment.
Expected behavior
I expected that they would either be replaced or would be added to. Ideally replaced.
Deployment details: (any information you can provide would be helpful):
Additional context
This issue prevents easily replacing a SAS token via update, among other things.