Skip to content

Commit

Permalink
fix: Removing faulty information regarding kaniko flags
Browse files Browse the repository at this point in the history
As far as my testing and source code investigations go kaniko flags set in `.jx/settings.yaml` are not used.

Signed-off-by: Mårten Svantesson <Marten.Svantesson@ticket.se>
  • Loading branch information
msvticket committed Mar 21, 2022
1 parent d617b76 commit b436633
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions content/en/v3/develop/faq/config/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ spec:
kanikoFlags: "--snapshotMode=redo"
```
To override it for a specific repository you can use the `.jx/settings.yaml` to configure the same thing.

See the [file reference](/v3/develop/reference/files/)


## If I add a file to `config-root` it gets deleted, why?

The `config-root` directory is regenerated on every boot job - basically every time you promote an application or merge a change into the main branch of your git dev cluster git repository. For background see the [dev git repository layout docs](https://github.com/jenkins-x/jx-gitops/blob/master/docs/git_layout.md))
Expand Down Expand Up @@ -113,4 +108,4 @@ To use the [jx cli](/v3/develop/ui/cli/) try:
jx pipeline grid
```

(and hit Ctrl-c or `q` to quit)
(and hit Ctrl-c or `q` to quit)

0 comments on commit b436633

Please sign in to comment.