Skip to content

Commit

Permalink
change group from backup to mantle
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Jun 26, 2024
1 parent b5d2321 commit cc96890
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resources:
namespaced: true
controller: true
domain: cybozu.io
group: backup
group: mantle
kind: MantleRestore
path: github.com/cybozu-go/mantle/api/v1
version: v1
Expand Down
2 changes: 1 addition & 1 deletion config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# It should be run by config/default
resources:
- bases/mantle.cybozu.io_mantlebackups.yaml
- bases/backup.cybozu.io_mantlerestores.yaml
- bases/mantle.cybozu.io_mantlerestores.yaml
#+kubebuilder:scaffold:crdkustomizeresource

patches:
Expand Down
4 changes: 2 additions & 2 deletions config/samples/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Append samples of your project ##
resources:
- backup_v1_mantlebackup.yaml
- backup_v1_mantlerestore.yaml
- mantle_v1_mantlebackup.yaml
- mantle_v1_mantlerestore.yaml
#+kubebuilder:scaffold:manifestskustomizesamples
File renamed without changes.

0 comments on commit cc96890

Please sign in to comment.