Argo CD · Schema
v1alpha1Repository
v1alpha1Repository schema from Argo CD API
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source
Properties
| Name | Type | Description |
|---|---|---|
| azureActiveDirectoryEndpoint | string | |
| azureServicePrincipalClientId | string | |
| azureServicePrincipalClientSecret | string | |
| azureServicePrincipalTenantId | string | |
| bearerToken | string | |
| connectionState | object | |
| depth | integer | Depth specifies the depth for shallow clones. A value of 0 or omitting the field indicates a full clone. |
| enableLfs | boolean | EnableLFS specifies whether git-lfs support should be enabled for this repo. Only valid for Git repositories. |
| enableOCI | boolean | |
| forceHttpBasicAuth | boolean | |
| gcpServiceAccountKey | string | |
| githubAppEnterpriseBaseUrl | string | |
| githubAppID | integer | |
| githubAppInstallationID | integer | |
| githubAppPrivateKey | string | |
| inheritedCreds | boolean | |
| insecure | boolean | |
| insecureIgnoreHostKey | boolean | |
| insecureOCIForceHttp | boolean | InsecureOCIForceHttp specifies whether the connection to the repository uses TLS at _all_. If true, no TLS. This flag is applicable for OCI repos only. |
| name | string | |
| noProxy | string | |
| password | string | |
| project | string | |
| proxy | string | |
| repo | string | |
| sshPrivateKey | string | SSHPrivateKey contains the PEM data for authenticating at the repo server. Only used with Git repos. |
| tlsClientCertData | string | |
| tlsClientCertKey | string | |
| type | string | Type specifies the type of the repo. Can be either "git" or "helm. "git" is assumed if empty or absent. |
| useAzureWorkloadIdentity | boolean | |
| username | string | |
| webhookManifestCacheWarmDisabled | boolean | WebhookManifestCacheWarmDisabled disables manifest cache warming during webhook processing for this repository. When set, webhook handlers will only trigger reconciliation for affected applications an |