mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +08:00
Make Kafka DefaultMode YAML 1.2 Compliant (#21086)
With the YAML 1.2 spec octals must be prefixed with `0o` and not `0`. Parsers implementing the latest spec run into issues. See discussion here: dtolnay/serde-yaml#225 This commit makes the Kafka script mounts compliant with YAML 1.2. Signed-off-by: Marc Schreiber <info@schrieveslaach.de>
This commit is contained in:
@@ -374,7 +374,7 @@ spec:
|
||||
- name: scripts
|
||||
configMap:
|
||||
name: {{ include "common.names.fullname" . }}-scripts
|
||||
defaultMode: 0755
|
||||
defaultMode: 493
|
||||
{{- if and .Values.externalAccess.enabled .Values.externalAccess.autoDiscovery.enabled }}
|
||||
- name: kafka-autodiscovery-shared
|
||||
emptyDir: {}
|
||||
|
||||
Reference in New Issue
Block a user