Ignore readOnly for automatic permissions

This commit is contained in:
kjeld Schouten-Lebbing 2021-04-15 17:21:00 +02:00
parent 625efb5cdf
commit 944c992f72
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: common
version: 3.5.0
version: 3.5.1
# upstream_version:
appVersion: none
description: Function library for TrueCharts

View File

@ -51,9 +51,6 @@ spec:
{{ if $csm.subPath }}
subPath: {{ $csm.subPath }}
{{ end }}
{{ if $csm.readOnly }}
readOnly: {{ $csm.readOnly }}
{{ end }}
{{- end -}}
{{- end -}}
{{ end }}