Skip to content

Commit

Permalink
fix make bundle
Browse files Browse the repository at this point in the history
Signed-off-by: ishitasequeira <[email protected]>
  • Loading branch information
ishitasequeira committed Oct 26, 2023
1 parent ede1bbd commit 67a82e2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bundle/manifests/argoproj.io_argocds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2794,6 +2794,10 @@ spec:
description: MountSAToken describes whether you would like to
have the Repo server mount the service account token
type: boolean
redis:
description: Redis defines the location of the Redis component
when Redis.Enabled = false
type: string
replicas:
description: Replicas defines the number of replicas for argocd-repo-server.
Value should be greater than or equal to 0. Default is nil.
Expand Down
4 changes: 4 additions & 0 deletions config/crd/bases/argoproj.io_argocds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2785,6 +2785,10 @@ spec:
description: MountSAToken describes whether you would like to
have the Repo server mount the service account token
type: boolean
redis:
description: Redis defines the location of the Redis component
when Redis.Enabled = false
type: string
replicas:
description: Replicas defines the number of replicas for argocd-repo-server.
Value should be greater than or equal to 0. Default is nil.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2794,6 +2794,10 @@ spec:
description: MountSAToken describes whether you would like to
have the Repo server mount the service account token
type: boolean
redis:
description: Redis defines the location of the Redis component
when Redis.Enabled = false
type: string
replicas:
description: Replicas defines the number of replicas for argocd-repo-server.
Value should be greater than or equal to 0. Default is nil.
Expand Down

0 comments on commit 67a82e2

Please sign in to comment.