@@ -11358,6 +11358,13 @@ spec:
1135811358 description: Agent defines configurations for the Agent component
1135911359 of Argo CD Agent.
1136011360 properties:
11361+ allowedNamespaces:
11362+ description: |-
11363+ AllowedNamespaces is a list of additional namespaces the agent is allowed to
11364+ manage applications in. Supports glob patterns.
11365+ items:
11366+ type: string
11367+ type: array
1136111368 client:
1136211369 description: Client defines the client options for the Agent
1136311370 component.
@@ -11392,6 +11399,20 @@ spec:
1139211399 description: Creds is the credential identifier for the agent
1139311400 authentication
1139411401 type: string
11402+ destinationBasedMapping:
11403+ description: DestinationBasedMapping defines the options for
11404+ destination based mapping for the Agent component.
11405+ properties:
11406+ createNamespace:
11407+ description: |-
11408+ CreateNamespace enables automatic creation of target namespaces on the managed cluster
11409+ when destination-based mapping is enabled.
11410+ type: boolean
11411+ enabled:
11412+ description: Enabled is the flag to enable destination
11413+ based mapping for the Agent component.
11414+ type: boolean
11415+ type: object
1139511416 enabled:
1139611417 description: Enabled is the flag to enable the Agent component
1139711418 during Argo CD installation. (optional, default `false`)
@@ -11600,6 +11621,10 @@ spec:
1160011621 description: Auth is the authentication method for the Principal
1160111622 component.
1160211623 type: string
11624+ destinationBasedMapping:
11625+ description: DestinationBasedMapping is the flag to enable
11626+ destination based mapping for the Principal component.
11627+ type: boolean
1160311628 enabled:
1160411629 description: Enabled is the flag to enable the Principal component
1160511630 during Argo CD installation. (optional, default `false`)
0 commit comments