Skip to content

Commit

Permalink
set default mode to 0600
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjmdski committed Jun 7, 2022
1 parent 4e6f707 commit 2a66a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.32
version: 0.1.33
2 changes: 1 addition & 1 deletion charts/app/templates/replicas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- name: {{ $secret.name }}
secret:
secretName: {{ $secret.name }}
defaultMode: {{ $secret.mode | default 0777 }}
defaultMode: {{ $secret.mode | default 0600 }}
{{- end }}

containers:
Expand Down

0 comments on commit 2a66a4a

Please sign in to comment.