Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Changes to values-template.yaml are invisible during upgrades #726

@BMurri

Description

@BMurri

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:

  1. Create a deployment using the CoA deployer.
  2. Change the accountName and sasToken of the externalSasContainers property in values-template.yaml.
  3. Rebuild the deployer code and upgrade the deployement generated in step 1.
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions