Develop #141

Merged
metal3d merged 2 commits from develop into master 2025-07-15 11:53:20 +00:00
Owner

This pull request updates the README.md file to clarify usage instructions and improve label descriptions, and removes outdated dependencies from doc/manpage_requirements.txt.

Updates to README.md:

  • Improved label descriptions: Updated data types for several labels (e.g., katenary.v3/configmap-files, katenary.v3/dependencies, katenary.v3/env-from) to use more precise types like []string and map[string]string. This enhances clarity for users working with Helm Charts.
  • Corrected formatting: Fixed a typo in the description of using a katenary.yaml file by enclosing the filename in backticks for consistency.
  • Added introductory text: Included a brief explanation of Katenary's purpose in the usage section for better context.

Dependency cleanup in doc/manpage_requirements.txt:

  • Removed outdated dependencies beautifulsoup4==4.* and mkdocs-manpage[preprocess], likely as part of a cleanup or migration effort.
This pull request updates the `README.md` file to clarify usage instructions and improve label descriptions, and removes outdated dependencies from `doc/manpage_requirements.txt`. Updates to `README.md`: * Improved label descriptions: Updated data types for several labels (e.g., `katenary.v3/configmap-files`, `katenary.v3/dependencies`, `katenary.v3/env-from`) to use more precise types like `[]string` and `map[string]string`. This enhances clarity for users working with Helm Charts. * Corrected formatting: Fixed a typo in the description of using a `katenary.yaml` file by enclosing the filename in backticks for consistency. * Added introductory text: Included a brief explanation of Katenary's purpose in the usage section for better context. Dependency cleanup in `doc/manpage_requirements.txt`: * Removed outdated dependencies `beautifulsoup4==4.*` and `mkdocs-manpage[preprocess]`, likely as part of a cleanup or migration effort.
Sign in to join this conversation.
No description provided.