Change glossary snippet length options

This commit is contained in:
Andrew Chen
2017-10-30 11:58:30 -07:00
parent 4c4d56bfc0
commit b4630dac1d
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ title: Ingress
---
{% capture overview %}
{% include templates/glossary/snippet.md term="ingress" length="long" %}
{% include templates/glossary/snippet.md term="ingress" length="all" %}
{% endcapture %}
{% capture body %}
@@ -13,7 +13,7 @@ title: StatefulSets
**StatefulSet is the workload API object used to manage stateful applications.
StatefulSets are beta in 1.8.**
{% include templates/glossary/snippet.md term="statefulset" length="long" %}
{% include templates/glossary/snippet.md term="statefulset" length="all" %}
{% endcapture %}
{% capture body %}