Skip to content

Commit

Permalink
run make bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Mangaal <[email protected]>
  • Loading branch information
Mangaal authored and openshift-cherrypick-robot committed Nov 25, 2024
1 parent aa837a1 commit 0edc9b7
Show file tree
Hide file tree
Showing 6 changed files with 3,704 additions and 503 deletions.
357 changes: 357 additions & 0 deletions bundle/manifests/argoproj.io_applications.yaml

Large diffs are not rendered by default.

914 changes: 913 additions & 1 deletion bundle/manifests/argoproj.io_applicationsets.yaml

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions bundle/manifests/argoproj.io_appprojects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,32 @@ spec:
description:
description: Description contains optional project description
type: string
destinationServiceAccounts:
description: DestinationServiceAccounts holds information about the
service accounts to be impersonated for the application sync operation
for each destination.
items:
description: ApplicationDestinationServiceAccount holds information
about the service account to be impersonated for the application
sync operation.
properties:
defaultServiceAccount:
description: DefaultServiceAccount to be used for impersonation
during the sync operation
type: string
namespace:
description: Namespace specifies the target namespace for the
application's resources.
type: string
server:
description: Server specifies the URL of the target cluster's
Kubernetes control plane API.
type: string
required:
- defaultServiceAccount
- server
type: object
type: array
destinations:
description: Destinations contains list of destinations available
for deployment
Expand Down
Loading

0 comments on commit 0edc9b7

Please sign in to comment.