Skip to content

Commit

Permalink
Fix graph label for backupsession (#474)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Aug 30, 2024
1 parent a7e0ff6 commit 1892580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
query Find($src: String!, $targetGroup: String!, $targetKind: String!) {
find(oid: $src) {
backup_via(group: "core.kubestash.com", kind: "BackupConfiguration") {
refs: source(group: $targetGroup, kind: $targetKind) {
refs: offshoot(group: $targetGroup, kind: $targetKind) {
namespace
name
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
query Find($src: String!, $targetGroup: String!, $targetKind: String!) {
find(oid: $src) {
backup_via(group: "core.kubestash.com", kind: "BackupConfiguration") {
refs: source(group: $targetGroup, kind: $targetKind) {
refs: offshoot(group: $targetGroup, kind: $targetKind) {
namespace
name
}
Expand Down

0 comments on commit 1892580

Please sign in to comment.