This commit is contained in:
Inaki Fernandez
2020-05-29 01:41:03 +02:00
parent 8929574d67
commit a5d12dbdfb
2 changed files with 14 additions and 3 deletions

View File

@@ -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.

View File

@@ -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: