Skip to content

Commit

Permalink
Use Decimal Notation for defaultMode
Browse files Browse the repository at this point in the history
In order to be still YAML 1.1 compliant and to be YAML 1.2 compliant,
this commit changes the defaultMode to the decimal value 493. This seems
to be done in other places as well (see modes of TLS secrets).

Signed-off-by: Marc Schreiber <info@schrieveslaach.de>
  • Loading branch information
schrieveslaach committed Dec 4, 2023
1 parent 246e1fc commit f0d4b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitnami/zookeeper/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ spec:
- name: scripts
configMap:
name: {{ printf "%s-scripts" (include "common.names.fullname" .) }}
defaultMode: 0o755
defaultMode: 493
{{- if or .Values.configuration .Values.existingConfigmap }}
- name: config
configMap:
Expand Down

0 comments on commit f0d4b4f

Please sign in to comment.