Set weights for topics under Tasks > Inject Data. (#8601)

This commit is contained in:
Steve Perry 2018-05-17 16:46:49 -07:00 committed by k8s-ci-robot
parent 1da65603af
commit 1ee398b151
7 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
--- ---
title: "Inject Data Into Applications" title: "Inject Data Into Applications"
weight: 40 weight: 30
--- ---

View File

@ -1,6 +1,7 @@
--- ---
title: Define a Command and Arguments for a Container title: Define a Command and Arguments for a Container
content_template: templates/task content_template: templates/task
weight: 10
--- ---
{{% capture overview %}} {{% capture overview %}}

View File

@ -1,6 +1,7 @@
--- ---
title: Define Environment Variables for a Container title: Define Environment Variables for a Container
content_template: templates/task content_template: templates/task
weight: 20
--- ---
{{% capture overview %}} {{% capture overview %}}

View File

@ -1,6 +1,7 @@
--- ---
title: Distribute Credentials Securely Using Secrets title: Distribute Credentials Securely Using Secrets
content_template: templates/task content_template: templates/task
weight: 50
--- ---
{{% capture overview %}} {{% capture overview %}}

View File

@ -1,6 +1,7 @@
--- ---
title: Expose Pod Information to Containers Through Files title: Expose Pod Information to Containers Through Files
content_template: templates/task content_template: templates/task
weight: 40
--- ---
{{% capture overview %}} {{% capture overview %}}

View File

@ -1,6 +1,7 @@
--- ---
title: Expose Pod Information to Containers Through Environment Variables title: Expose Pod Information to Containers Through Environment Variables
content_template: templates/task content_template: templates/task
weight: 30
--- ---
{{% capture overview %}} {{% capture overview %}}

View File

@ -2,6 +2,7 @@
reviewers: reviewers:
- jessfraz - jessfraz
title: Inject Information into Pods Using a PodPreset title: Inject Information into Pods Using a PodPreset
weight: 60
--- ---
You can use a `podpreset` object to inject information like secrets, volume You can use a `podpreset` object to inject information like secrets, volume