Skip to content

Commit

Permalink
Add CSMVersion annotation to operator controller-manager pod (#492)
Browse files Browse the repository at this point in the history
* add CSMVersion to controller-manager

* use annotation instead of label
  • Loading branch information
ChristianAtDell committed Oct 15, 2024
1 parent 97571b7 commit a7f2f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,8 @@ spec:
metadata:
labels:
control-plane: controller-manager
annotations:
storage.dell.com/CSMVersion: v1.10.0
spec:
containers:
- args:
Expand Down

0 comments on commit a7f2f34

Please sign in to comment.