Set weights for topics under Tasks > Inject Data. (#8601)
This commit is contained in:
parent
1da65603af
commit
1ee398b151
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Inject Data Into Applications"
|
||||
weight: 40
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Define a Command and Arguments for a Container
|
||||
content_template: templates/task
|
||||
weight: 10
|
||||
---
|
||||
|
||||
{{% capture overview %}}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Define Environment Variables for a Container
|
||||
content_template: templates/task
|
||||
weight: 20
|
||||
---
|
||||
|
||||
{{% capture overview %}}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Distribute Credentials Securely Using Secrets
|
||||
content_template: templates/task
|
||||
weight: 50
|
||||
---
|
||||
|
||||
{{% capture overview %}}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Expose Pod Information to Containers Through Files
|
||||
content_template: templates/task
|
||||
weight: 40
|
||||
---
|
||||
|
||||
{{% capture overview %}}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Expose Pod Information to Containers Through Environment Variables
|
||||
content_template: templates/task
|
||||
weight: 30
|
||||
---
|
||||
|
||||
{{% capture overview %}}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
reviewers:
|
||||
- jessfraz
|
||||
title: Inject Information into Pods Using a PodPreset
|
||||
weight: 60
|
||||
---
|
||||
|
||||
You can use a `podpreset` object to inject information like secrets, volume
|
||||
|
|
Loading…
Reference in New Issue