Skip to content

Commit

Permalink
Annotate Operator Deployment with Version (#2002)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
  • Loading branch information
dvaldivia committed Feb 27, 2024
1 parent 4a18b9b commit fb91b58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/base/console-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ metadata:
labels:
app.kubernetes.io/instance: minio-operator
app.kubernetes.io/name: operator
min.io/operator: v5.0.12
spec:
replicas: 1
selector:
Expand Down Expand Up @@ -327,5 +328,5 @@ spec:
name: console-tls
optional: true
- name: tmp
emptyDir: {}
emptyDir: { }
serviceAccountName: console-sa
1 change: 1 addition & 0 deletions resources/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
labels:
app.kubernetes.io/instance: minio-operator
app.kubernetes.io/name: operator
min.io/operator: v5.0.12
spec:
replicas: 2
selector:
Expand Down

0 comments on commit fb91b58

Please sign in to comment.