File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ metricsPort: "8181"
21
21
tlsClientInSecure : " false"
22
22
healthzPort : " 8002"
23
23
redisAddress : " argocd-redis:6379"
24
- tlsClientKeyPath : " /app/config/tls/tls.key "
25
- tlsClientCertPath : " /app/config/tls/tls.crt "
26
- tlsRootCAPath : " /app/config/tls/ca.crt "
24
+ tlsClientKeyPath : " "
25
+ tlsClientCertPath : " "
26
+ tlsRootCAPath : " "
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ serverPort: "443"
66
66
metricsPort: "8181"
67
67
tlsClientInSecure: "false"
68
68
healthzPort: "8002"
69
- tlsClientKeyPath: "/app/config/tls/tls.key "
70
- tlsClientCertPath: "/app/config/tls/tls.crt "
71
- tlsRootCAPath: "/app/config/tls/ca.crt "
69
+ tlsClientKeyPath: ""
70
+ tlsClientCertPath: ""
71
+ tlsRootCAPath: ""
72
72
```
73
73
74
74
Parameter Descriptions:
@@ -159,19 +159,19 @@ The port the health check server should listen on.
159
159
160
160
tlsClientKeyPath:
161
161
162
- Default: "/app/config/tls/tls.key "
162
+ Default: ""
163
163
164
164
Path to a file containing the agent's TLS client certificate.
165
165
166
166
tlsClientCertPath:
167
167
168
- Default: "/app/config/tls/tls.crt "
168
+ Default: ""
169
169
170
170
Path to a file containing the agent's TLS client private key.
171
171
172
172
tlsRootCAPath:
173
173
174
- Default: "/app/config/tls/ca.crt "
174
+ Default: ""
175
175
176
176
The path to a file containing the certificates for the TLS root certificate authority used to validate the remote principal.
177
177
You can’t perform that action at this time.
0 commit comments