Skip to content

Commit

Permalink
added labels to mssql deployment (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanya-baraskar committed Jan 17, 2022
1 parent fe499ac commit 509dd5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/app/mssql.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ func (m *MssqlDB) getDeploymentObj() (*appsv1.Deployment, error) {
kind: Deployment
metadata:
name: mssql-deployment
labels:
app: mssql
spec:
replicas: 1
selector:
Expand Down

0 comments on commit 509dd5f

Please sign in to comment.