Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

fix indents in the .flux.yaml reference #2607

Merged
merged 1 commit into from
Nov 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/references/fluxyaml-config-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ In addition, `updaters` are provided with some environment variables:

* `FLUX_WORKLOAD`: Workload to be updated. Its format is `<namespace>:<kind>/<name>` (e.g. `default:deployment/foo`).
For convenience (to circumvent parsing) `FLUX_WORKLOAD` is also broken down into the following environment variables:
* `FLUX_WL_NS`
* `FLUX_WL_KIND`
* `FLUX_WL_NAME`
* `FLUX_WL_NS`
* `FLUX_WL_KIND`
* `FLUX_WL_NAME`
* `containerImage` updaters are provided with:
* `FLUX_CONTAINER`: Name of the container within the workload whose image needs to be updated.
* `FLUX_IMG`: Image name which the container needs to be updated to (e.g. `nginx`).
Expand Down