Skip to content

Commit

Permalink
fix(manifests): Add label to namespace
Browse files Browse the repository at this point in the history
* We need this label to support network policies in the future
  • Loading branch information
akosveres committed May 18, 2022
1 parent d2e709c commit 672ab95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Namespace
metadata:
labels:
control-plane: controller-manager
name: checkly-operator-system
name: system
---
apiVersion: apps/v1
Expand Down

0 comments on commit 672ab95

Please sign in to comment.