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

Fix file name in .flux.yaml docs #2270

Merged
merged 1 commit into from
Jul 18, 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
4 changes: 2 additions & 2 deletions site/fluxyaml-config-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ in your own Flux-based image or, if the tools are popular enough, Flux maintaine
(please create an issue). In the future (once [Ephemeral containers](https://github.com/kubernetes/kubernetes/pull/59416)
are available), you will be able to specify an container image for each command.

The working directory (also known as CWD) of the `command`s executed from a `.fluxctl.yaml` file will be set to the
target path (`--git-path` entry) used when finding that `.fluxctl.yaml` file.
The working directory (also known as CWD) of the `command`s executed from a `.flux.yaml` file will be set to the
target path (`--git-path` entry) used when finding that `.flux.yaml` file.

For example, when using flux with `--git-path=staging` on a git repository with this structure:

Expand Down