Skip to content

Commit

Permalink
Fix typo in kubernets (missing 'e')
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Oct 26, 2022
1 parent c73d4d5 commit 650b2d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ kind: ServiceMonitor
metadata:
labels:
control-plane: controller-manager
app.kubernets.io/name: servicemonitor
app.kubernetes.io/name: servicemonitor
app.kubernetes.io/instance: controller-manager-metrics-monitor
app.kubernetes.io/component: metrics
app.kubernetes.io/created-by: {{ .ProjectName }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ metadata:
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: {{ .ProjectName }}
app.kubernetes.io/part-of: {{ .ProjectName }}
app.kubernets.io/managed-by: kustomize
app.kubernetes.io/managed-by: kustomize
name: leader-election-role
rules:
- apiGroups:
Expand Down

0 comments on commit 650b2d5

Please sign in to comment.