Problem with elk-ca-common01
Hello team,
While trying to deploy the Common_Components v2.3.2 agent, I ran into a Sync Failure related to the certificate elk-ca-common01. It seems that the certificate is not being created, and the deployment stops at that point.
After reviewing the Helm charts, I found that the issue could originate in eck-monitoring v0.1.20, where the variable clusterIssuer_internal is expected to be set to a valid issuer name.
In the application.yaml of common_components, within the monitoring initialization section, the following values are passed:
However, in the values.yaml of the ArgoCD chart (where these variables are defined), we only have:
There is no field called internalIssuer, so I assume that when rendering, Helm resolves {{ .Values.cluster.internalIssuer }} as null.
Should the cluster.internalIssuer value be explicitly defined in the chart values?
That’s it — thanks a lot in advance!
Just trying to confirm whether this is an expected setup or if an additional value is missing.


