Skip to content

Commit

Permalink
fixing PDB selector label
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.widera@vshn.ch committed Sep 9, 2024
1 parent 5b6952e commit bf8277c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/vshn/v1/dbaas_vshn_postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ func (v *VSHNPostgreSQL) GetInstances() int {

func (v *VSHNPostgreSQL) GetPDBLabels() map[string]string {
return map[string]string{
"app": "StackGresCluster",
"stackgres.io/cluster": "true",
}
}

Expand Down

0 comments on commit bf8277c

Please sign in to comment.