Skip to content

Commit c085a37

Browse files
authored
fix(kustomize): manager image customisation (#252)
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent b344df0 commit c085a37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/control-plane-components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13711,7 +13711,7 @@ spec:
1371113711
port: 8081
1371213712
initialDelaySeconds: 15
1371313713
periodSeconds: 20
13714-
name: manager
13714+
name: controller
1371513715
readinessProbe:
1371613716
httpGet:
1371713717
path: /readyz

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
- "--feature-gates=DynamicInfrastructureClusterPatch=${CACPPK_DYNAMIC_INFRASTRUCTURE_CLUSTER_PATCH:=false},ExternalClusterReference=${CACPPK_EXTERNAL_CLUSTER_REFERENCE:=false},ExternalClusterReferenceCrossNamespace=${CACPPK_EXTERNAL_CLUSTER_REFERENCE_CROSS_NAMESPACE:=false},SkipInfraClusterPatch=${CACPPK_SKIP_INFRA_CLUSTER_PATCH:=false}"
7474
- "--dynamic-infrastructure-clusters=${CACPPK_INFRASTRUCTURE_CLUSTERS:= }"
7575
image: controller:latest
76-
name: manager
76+
name: controller
7777
securityContext:
7878
allowPrivilegeEscalation: false
7979
capabilities:

0 commit comments

Comments
 (0)