Skip to content

Commit

Permalink
feat: improve labels on providers ns/deployment/pod
Browse files Browse the repository at this point in the history
  • Loading branch information
matskiv committed Jun 30, 2022
1 parent d99e876 commit 29d68e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
kind: Namespace
metadata:
labels:
control-plane: controller-manager
control-plane: cluster-api-provider-vcluster-controller-manager
name: system
---
apiVersion: apps/v1
Expand All @@ -11,18 +11,18 @@ metadata:
name: controller-manager
namespace: system
labels:
control-plane: controller-manager
control-plane: cluster-api-provider-vcluster-controller-manager
spec:
selector:
matchLabels:
control-plane: controller-manager
control-plane: cluster-api-provider-vcluster-controller-manager
replicas: 1
template:
metadata:
annotations:
kubectl.kubernetes.io/default-container: manager
labels:
control-plane: controller-manager
control-plane: cluster-api-provider-vcluster-controller-manager
spec:
containers:
- command:
Expand Down

0 comments on commit 29d68e5

Please sign in to comment.