Skip to content

Commit

Permalink
Merge pull request #230 from vshn/fix_pdb
Browse files Browse the repository at this point in the history
fixing PDB selector label
  • Loading branch information
wejdross authored Sep 9, 2024
2 parents e75bdb5 + bf8277c commit c8d9f85
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 c8d9f85

Please sign in to comment.