refactor: standardise docker role variable prefixing to docker_<app>_* #43
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?
k8s roles consistently use
k8s_<app>_*variable prefixes. Docker roles have no consistent pattern:docker-pihole: nestedcontainer.name,container.imagedocker-vaultwarden:vaultwarden_host,data_dirdocker-unifi:unifi_host,unifi_poller_*Standardise to
docker_<app>_*to match the k8s convention and make role variables easier to identify.