Argo CD · Schema
v1alpha1RepoCreds
v1alpha1RepoCreds schema from Argo CD API
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source
Properties
| Name | Type | Description |
|---|---|---|
| azureActiveDirectoryEndpoint | string | |
| azureServicePrincipalClientId | string | |
| azureServicePrincipalClientSecret | string | |
| azureServicePrincipalTenantId | string | |
| bearerToken | string | |
| enableOCI | boolean | |
| forceHttpBasicAuth | boolean | |
| gcpServiceAccountKey | string | |
| githubAppEnterpriseBaseUrl | string | |
| githubAppID | integer | |
| githubAppInstallationID | integer | |
| githubAppPrivateKey | string | |
| 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. |
| noProxy | string | |
| password | string | |
| proxy | string | |
| sshPrivateKey | string | |
| tlsClientCertData | string | |
| tlsClientCertKey | string | |
| type | string | Type specifies the type of the repoCreds. Can be either "git", "helm" or "oci". "git" is assumed if empty or absent. |
| url | string | |
| useAzureWorkloadIdentity | boolean | |
| username | string |