When making configuration changes to VMware Aria Automation pods using the kubectl edit deployment
command, these changes do not persist through environment restarts or upgrades. To ensure the settings are retained, modifications must be applied to the Helm chart configuration files.
VMware Aria Automation 8.x
Changes made with kubectl edit deployment
only modify the live pod configuration and are not stored in the underlying Helm chart templates. When the environment is restarted or upgraded, Kubernetes redeploys the pods based on the original Helm chart definitions, overwriting the live changes.
Prerequisites:
Procedure:
Locate the Relevant Helm Chart File:
Edit the Helm Chart Configuration:
Save the Changes:
Apply the Updated Configuration:
deploy.sh
script to ensure the changes are applied:
Verify the Changes:
Repeat After Upgrades: