Skip to content

Commit

Permalink
feat: add feature gates to manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Valderrama <mario.valderrama@ionos.com>
  • Loading branch information
avorima committed Jul 12, 2024
1 parent 7125515 commit e5fe5af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/control-plane-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13485,6 +13485,7 @@ spec:
containers:
- args:
- --leader-elect
- --feature-gates=ExternalClusterReference=${CACPPK_EXTERNAL_CLUSTER_REFERENCE:=false},ExternalClusterReferenceCrossNamespace=${CACPPK_EXTERNAL_CLUSTER_REFERENCE_CROSS_NAMESPACE:=false}
command:
- /manager
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.10.1
Expand Down
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ spec:
- /manager
args:
- --leader-elect
- "--feature-gates=ExternalClusterReference=${CACPPK_EXTERNAL_CLUSTER_REFERENCE:=false},ExternalClusterReferenceCrossNamespace=${CACPPK_EXTERNAL_CLUSTER_REFERENCE_CROSS_NAMESPACE:=false}"
image: controller:latest
name: manager
securityContext:
Expand Down

0 comments on commit e5fe5af

Please sign in to comment.