(air gapped): disable fluxcd artifact by default (#964)
Default `artifact` field for FluxCD operator to empty string, so it uses embedded manifests and is compatible with air-gapped environments.
This commit is contained in:
commit
775ecb7b11
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ flux-instance:
|
|||
networkPolicy: true
|
||||
domain: cozy.local # -- default value is overriden in patches
|
||||
distribution:
|
||||
artifact: ""
|
||||
version: 2.5.x
|
||||
registry: ghcr.io/fluxcd
|
||||
components:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue