@@ -42,12 +42,6 @@ Kubernetes: `>=1.24.0-0`
4242| logLevel | string | ` "info" ` | Log level for the agent. |
4343| metricsPort | string | ` "8181" ` | Metrics server port exposed by the agent. |
4444| namespaceOverride | string | ` "" ` | Override namespace to deploy the agent into. Leave empty to use the release namespace. |
45- | networkPolicy.enabled | bool | ` true ` | |
46- | networkPolicy.redis.agentSelector."app.kubernetes.io/name" | string | ` "argocd-agent-agent" ` | |
47- | networkPolicy.redis.enabled | bool | ` true ` | |
48- | networkPolicy.redis.name | string | ` "allow-agent-to-redis" ` | |
49- | networkPolicy.redis.namespace | string | ` "" ` | |
50- | networkPolicy.redis.redisSelector."app.kubernetes.io/name" | string | ` "argocd-redis" ` | |
5145| nodeSelector | object | ` {} ` | Node selector for scheduling the agent Pod. |
5246| podAnnotations | object | ` {} ` | Additional annotations to add to the agent Pod. |
5347| podLabels | object | ` {} ` | Additional labels to add to the agent Pod. |
@@ -85,10 +79,10 @@ Kubernetes: `>=1.24.0-0`
8579| tests.enabled | string | ` "true" ` | Enable chart tests. |
8680| tests.image | string | ` "bitnamilegacy/kubectl" ` | Test image. |
8781| tests.tag | string | ` "1.33.4" ` | Test image tag. |
88- | tlsClientCertPath | string | ` "/app/config/tls/tls.crt " ` | Path to the TLS client certificate. |
82+ | tlsClientCertPath | string | ` "" ` | Path to the TLS client certificate. |
8983| tlsClientInSecure | string | ` "false" ` | Whether to skip TLS verification for client connections. |
90- | tlsClientKeyPath | string | ` "/app/config/tls/tls.key " ` | Path to the TLS client key. |
91- | tlsRootCAPath | string | ` "/app/config/tls/ca.crt " ` | Path to the TLS root CA certificate. |
84+ | tlsClientKeyPath | string | ` "" ` | Path to the TLS client key. |
85+ | tlsRootCAPath | string | ` "" ` | Path to the TLS root CA certificate. |
9286| tlsRootCASecretName | string | ` "argocd-agent-ca" ` | Name of the Secret containing root CA certificate. |
9387| tlsSecretName | string | ` "argocd-agent-client-tls" ` | Name of the TLS Secret containing client cert/key for mTLS. |
9488| tolerations | list | ` [] ` | Tolerations for the agent Pod. |
0 commit comments