We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a34d37 commit 2bda5dfCopy full SHA for 2bda5df
docs/configuration/agent/pki-certificates.md
@@ -258,7 +258,7 @@ spec:
258
issuerRef:
259
name: argocd-agent-ca
260
kind: Issuer
261
- commonName: managed-cluster
+ commonName: <cluster-name>
262
subject:
263
organizationalUnits:
264
- <Organizational Unit>
@@ -269,7 +269,7 @@ spec:
269
Output the secret to a file as we need to install it on the cluster where the Agent resides:
270
271
```
272
-kubectl get secret managed-cluster-agent -o yaml -n argocd | oc neat > <cluster-name>-agent.yaml
+kubectl get secret <cluster-name>-agent -o yaml -n argocd | oc neat > <cluster-name>-agent.yaml
273
274
275
!!! note "Using kubectl-neat"
0 commit comments