Skip to content

Commit

Permalink
ROX-26038: add per-tenant argoCd flag (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo authored Oct 14, 2024
1 parent 1337b2a commit 543fe10
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/dinosaur/pkg/api/private/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,10 @@ components:
properties:
host:
type: string
ManagedCentral_allOf_spec_argoCd:
properties:
enabled:
type: boolean
ManagedCentral_allOf_spec:
properties:
instanceType:
Expand All @@ -736,6 +740,8 @@ components:
$ref: '#/components/schemas/ManagedCentral_allOf_spec_uiEndpoint'
dataEndpoint:
$ref: '#/components/schemas/ManagedCentral_allOf_spec_dataEndpoint'
argoCd:
$ref: '#/components/schemas/ManagedCentral_allOf_spec_argoCd'
ManagedCentral_allOf:
properties:
metadata:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions openapi/fleet-manager-private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,11 @@ components:
properties:
host:
type: string
argoCd:
type: object
properties:
enabled:
type: boolean
requestStatus:
type: string

Expand Down

0 comments on commit 543fe10

Please sign in to comment.