Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

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.

image.png

In the application.yaml of common_components, within the monitoring initialization section, the following values are passed:

image.png

However, in the values.yaml of the ArgoCD chart (where these variables are defined), we only have:

image.png

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.