We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a3a37 commit 5a1132aCopy full SHA for 5a1132a
charts/sophora-importer/templates/statefulset.yaml
@@ -107,21 +107,6 @@ spec:
107
{{- end }}
108
securityContext:
109
privileged: true
110
- lifecycle:
111
- postStart:
112
- exec:
113
- command:
114
- - sh
115
- - '-c'
116
- - |
117
- echo "Creating local import folders for importer:"
118
- {{- range $.Values.sophora.importer.configuration.importer.instances }}
119
- {{- range $folderType, $folderPath := .folders }}
120
- {{- if and (not (hasPrefix "s3://" $folderPath)) (hasKey (dict "watch" 1 "temp" 1 "success" 1 "failure" 1) $folderType) }}
121
- mkdir -pv {{ $folderPath }}
122
- {{- end }}
123
124
125
initContainers:
126
{{/* Transformations Download */}}
127
{{- with .Values.transformation }}
0 commit comments