Skip to content

Commit 77e6ffa

Browse files
committed
added array and renamed data to input
1 parent 13a2d45 commit 77e6ffa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ extractors:
136136
# env:
137137
# - name: extractor.bump.sh
138138
# value: "bar"
139-
extraVolumes:
140-
# - name: data
139+
extraVolumes: []
140+
# - name: input
141141
# persistentVolumeClaim:
142-
# claimName: data
143-
extraVolumeMounts:
144-
# - name: data
145-
# mountPath: /data
142+
# claimName: input
143+
extraVolumeMounts: []
144+
# - name: input
145+
# mountPath: /input
146146
# readOnly: true
147147
image-preview:
148148
image: clowder/extractors-image-preview:2.4.2

0 commit comments

Comments
 (0)