mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-04-10 10:54:03 +02:00
Added support for configuration per project
Shoots with type==Infrastructure will not be considered to be added to Fleet
This commit is contained in:
@@ -22,9 +22,10 @@ apiVersion: core.gardener.cloud/v1beta1
|
||||
kind: ControllerRegistration
|
||||
...
|
||||
values:
|
||||
clientConnection:
|
||||
kubeconfig: abcd
|
||||
labels:
|
||||
defaultConfig:
|
||||
clientConnection:
|
||||
kubeconfig: abcd
|
||||
labels:
|
||||
```
|
||||
|
||||
If the `shoot-fleet-agent` should be enabled for every shoot cluster in your Gardener managed environment, you need to globally enable it in the `ControllerRegistration`:
|
||||
|
||||
Reference in New Issue
Block a user