fix: standardise state variable naming — chart_state vs state #40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two roles use
k8s_<app>_chart_stateinstead of the standardk8s_<app>_stateused by all other ~53 k8s roles:ansible/roles/k8s-homeassistant/defaults/main.ymlansible/roles/k8s-influxdb/defaults/main.ymlDepending on how k8s-helm-base resolves the variable, these roles may silently ignore state changes. Rename to
k8s_homeassistant_stateandk8s_influxdb_state.