Skip to content

Commit

Permalink
Merge pull request #25 from cybozu-go/change-group-from-backup-to-mantle
Browse files Browse the repository at this point in the history
change group from backup to mantle
  • Loading branch information
llamerada-jp authored Jun 26, 2024
2 parents 0fb1331 + cc96890 commit 3e71c96
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 3e71c96

Please sign in to comment.