Skip to content

Commit

Permalink
refactor(module): rename dvpinternal prefix to internalvirtualization
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Tishkov <[email protected]>
  • Loading branch information
fl64 committed Jun 20, 2024
1 parent c897242 commit 3749d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/pre-delete-hook/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
"gvr": {
"Group": "internal.virtualization.deckhouse.io",
"Version": "v1",
"Resource": "dvpinternalkubevirts"
"Resource": "internalvirtualizationkubevirts"
},
"namespace": "d8-{{ .Chart.Name }}",
"name": "config"
Expand All @@ -39,7 +39,7 @@ spec:
"gvr": {
"Group": "internal.virtualization.deckhouse.io",
"Version": "v1beta1",
"Resource": "dvpinternalcdis"
"Resource": "internalvirtualizationcdis"
},
"name": "config"
}
Expand Down

0 comments on commit 3749d54

Please sign in to comment.