Skip to content

Commit

Permalink
fix: the database config CRD now uses objectref for the token
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoL96 committed Jul 14, 2024
1 parent 0ba3f5d commit 0cc65c8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions config/sa/finops.krateo.io_database_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ spec:
type: string
nullable: false
token:
type: string
nullable: false
type: object
properties:
name:
type: string
nullable: false
namespace: string
type: string
nullable: false
clusterName:
type: string
nullable: false
Expand Down

0 comments on commit 0cc65c8

Please sign in to comment.