fix: Shorten all secret and config names to max 14 characters #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "eCommons/monitoring-ng:shorter-names"
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?
This PR solves #12 by shortening all secret and config names to max 14 characters.
Note that this PR is based on #6, which hasn't been merged yet.
I've briefly tested by deploying the current recipe version and upgrading to this PR:
docker config lsstill shows the old config files with longer names, they are not automatically cleaned up.Shortened all the secret and config names to max 14 characters to prevent running into Docker's 64 character limit when STACK_NAME is appended to it.to fix: Shorten all secret and config names to max 14 charactersView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.