Develop #141
Reference in New Issue
Block a user
No description provided.
Delete Branch "develop"
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 pull request updates the
README.md
file to clarify usage instructions and improve label descriptions, and removes outdated dependencies fromdoc/manpage_requirements.txt
.Updates to
README.md
:katenary.v3/configmap-files
,katenary.v3/dependencies
,katenary.v3/env-from
) to use more precise types like[]string
andmap[string]string
. This enhances clarity for users working with Helm Charts.katenary.yaml
file by enclosing the filename in backticks for consistency.Dependency cleanup in
doc/manpage_requirements.txt
:beautifulsoup4==4.*
andmkdocs-manpage[preprocess]
, likely as part of a cleanup or migration effort.