Skip to content

Commit

Permalink
feat(mgmt): add crd setting
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 14, 2025
1 parent f35d328 commit de5b354
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/test-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: batch.104corp.org/v1
kind: CronJobLabelConfig
metadata:
name: test-config
namespace: dr-cronjob-crd-system
spec:
enableCleanup: true

8 changes: 8 additions & 0 deletions config/x-104se-ap-2949
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: batch.104corp.org/v1
kind: CronJobLabelConfig
metadata:
name: test-config
namespace: x-104se-ap-2949
spec:
enableCleanup: true

0 comments on commit de5b354

Please sign in to comment.