Skip to content

Commit ed58055

Browse files
sync: update external libs (rh-ecosystem-edge#1058)
Co-authored-by: kononovn <[email protected]>
1 parent 44bc08d commit ed58055

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

pkg/schemes/argocd/argocdoperator/argocd_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,9 @@ type ArgoCDSpec struct {
954954

955955
// AggregatedClusterRoles will allow users to have aggregated ClusterRoles for a cluster scoped instance.
956956
AggregatedClusterRoles bool `json:"aggregatedClusterRoles,omitempty"`
957+
958+
// CmdParams specifies command-line parameters for the Argo CD components.
959+
CmdParams map[string]string `json:"cmdParams,omitempty"`
957960
}
958961

959962
const (

pkg/schemes/argocd/argocdoperator/zz_generated.deepcopy.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/schemes/argocd/argocdoperatorcommon/defaults.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,9 @@ vs-ssh.visualstudio.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7Hr1oTWqNqOlzGJOf
297297

298298
// NotificationsControllerMetricsPort is the port that is used to expose notifications controller metrics.
299299
NotificationsControllerMetricsPort = 9001
300+
301+
// ArgoCDCmdParamsConfigMapName is the upstream hard-coded ArgoCD command params ConfigMap name.
302+
ArgoCDCmdParamsConfigMapName = "argocd-cmd-params-cm"
300303
)
301304

302305
// DefaultLabels returns the default set of labels for controllers.

pkg/schemes/argocd/argocdoperatorcommon/values.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ const (
8686
//ApplicationSetServiceNameSuffix is the suffix for Apllication Set Controller Service
8787
ApplicationSetServiceNameSuffix = "applicationset-controller"
8888

89+
// ApplicationSetControllerWebhookSuffix is the suffix for ApplicationSet Webhook
90+
ApplicationSetControllerWebhookSuffix = "appset-webhook"
91+
8992
// ArgoCDAggregateToControllerLabelKey is label to configure base aggregated ClusterRole for Argo CD Application Controller.
9093
ArgoCDAggregateToControllerLabelKey = "argocd/aggregate-to-controller"
9194

0 commit comments

Comments
 (0)