Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <edigiacinto@suse.com>
  • Loading branch information
mudler committed Mar 23, 2022
1 parent a00886a commit 2462aba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,18 @@ spec:
# multiple clusters. The syntax of this field matches the
# Fleet targets and is described at https://fleet.rancher.io/gitrepo-targets/
targets: []

# Overrides the default container created for running the upgrade with a custom one
# This is optional and used only if specific upgrading mechanisms needs to be applied
# in place of the default behavior.
# The image used here overrides ones specified in osImage, depending on the upgrade strategy.
upgradeContainer:
image: ubuntu
command: ["/bin/sh"]
args: ["-c", "true"]
env:
- name: TEST_ENV
value: testValue
```
## Inventory Management
Expand Down

0 comments on commit 2462aba

Please sign in to comment.