UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Feature request: .gitlab.toolbox.customScripts for preloading `rails runner` scripts to use on demand"

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -164,8 +164,8 @@ spec:
{{- end }}
{{- if .Values.customScripts }}
- name: {{ template "fullname" . }}-custom-scripts
mountPath: '/scripts/custom/'
readOnly: true
mountPath: /scripts/custom/
readOnly: false
{{- end }}
{{- include "gitlab.certificates.volumeMount" . | nindent 12 }}
resources:
Loading