Skip to content

Commit

Permalink
Merge pull request #28 from vshn/fix/pq_backup_listing
Browse files Browse the repository at this point in the history
Fix composite label name
  • Loading branch information
Kidswiss authored Jun 23, 2023
2 parents 29d3ad2 + 00c7145 commit eeb3ea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/apiserver/vshn/postgres/vshnpostgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package postgres

import (
"context"

vshnv1 "github.com/vshn/appcat/apis/vshn/v1"
"sigs.k8s.io/controller-runtime/pkg/client"
)

var (
claimNamespaceLabel = "crossplane.io/claim-namespace"
claimNameLabel = "crossplane.io/claim"
claimNameLabel = "crossplane.io/claim-name"
)

// vshnPostgresqlProvider is an abstraction to interact with the K8s API
Expand Down

0 comments on commit eeb3ea3

Please sign in to comment.