mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-13 18:30:44 +00:00
update
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
# YAML Processors
|
||||
|
||||
<ul>
|
||||
{% for toc_item in page.toc %}
|
||||
<li><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|
||||
{% for toc_item in toc_item.children %}
|
||||
<li><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
## YAML Processors
|
||||
- [wikipedia: YAML](https://en.wikipedia.org/wiki/YAML)
|
||||
- You should use tools such as [yq](https://mikefarah.gitbook.io/yq/) and kustomize to template YAML resources instead of relying on tools that interpolate strings such as [Helm](https://helm.sh/).
|
||||
- [yq](https://mikefarah.gitbook.io/yq/) is a lightweight and portable command-line YAML processor. The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files.
|
||||
|
||||
@@ -8,7 +8,7 @@ repo_url: https://github.com/inafev/awesome-kubernetes
|
||||
theme:
|
||||
name: readthedocs
|
||||
prev_next_buttons_location: both
|
||||
navigation_depth: 6
|
||||
navigation_depth: 4
|
||||
titles_only: False
|
||||
sticky_navigation: True
|
||||
extra_css:
|
||||
@@ -24,8 +24,8 @@ markdown_extensions:
|
||||
- admonition
|
||||
- toc:
|
||||
permalink: True
|
||||
separator: "#"
|
||||
#pages:
|
||||
separator: "-"
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Introduction:
|
||||
|
||||
Reference in New Issue
Block a user