diff --git a/chart/templates/statefulset.yaml b/chart/templates/statefulset.yaml index b9ebcc2ca..438916c94 100644 --- a/chart/templates/statefulset.yaml +++ b/chart/templates/statefulset.yaml @@ -229,4 +229,7 @@ spec: {{ toYaml .Values.controlPlane.statefulSet.persistence.addVolumeMounts | indent 12 }} {{- end }} {{- include "vcluster.legacyPlugins.containers" . | indent 8 }} + {{- if .Values.sidecarContainer }} +{{ toYaml .Values.sidecarContainer | indent 6 }} + {{- end }} {{- end }} diff --git a/chart/values.yaml b/chart/values.yaml index 72e6e5e57..9beb27d32 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -904,5 +904,6 @@ platform: # Configuration related to telemetry gathered about vCluster usage. telemetry: - # Enabled specifies that the telemetry for the vCluster control plane should be enabled. enabled: true +### additional sidecar container +# sidecarContainer: