File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ func TestReconcileArgoCD_reconcileTLSCerts_withInitialCertsUpdate(t *testing.T)
224224 },
225225 configMap ))
226226
227- // Any certs added to .spec.tls.intialCerts of Argo CD CR after the cluster creation
227+ // Any certs added to .spec.tls.initialCerts of Argo CD CR after the cluster creation
228228 // should not affect the argocd-tls-certs-cm configmap.
229229 want := []string {}
230230 if k := stringMapKeys (configMap .Data ); ! reflect .DeepEqual (want , k ) {
Original file line number Diff line number Diff line change @@ -1746,7 +1746,7 @@ spec:
17461746 initialCerts: []
17471747` ` `
17481748
1749- # ## IntialCerts Example
1749+ # ## InitialCerts Example
17501750
17511751Initial set of repository certificates to be configured in Argo CD upon creation of the cluster.
17521752
@@ -1758,7 +1758,7 @@ kind: ArgoCD
17581758metadata:
17591759 name: example-argocd
17601760 labels:
1761- example: intialCerts
1761+ example: initialCerts
17621762spec:
17631763 tls:
17641764 ca: {}
You can’t perform that action at this time.
0 commit comments