Skip to content

Commit

Permalink
adding shared docker volume
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkeshav27 committed Feb 2, 2024
1 parent cc394fa commit 8d85456
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/metadata/detectExecuteScan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -632,14 +632,14 @@ spec:
value: "0"
volumeMounts:
- mountPath: /opt/blackduck/blackduck-imageinspector/shared
name: imageinspector-shared
name: volume
sidecars:
- image: blackducksoftware/blackduck-imageinspector-ubuntu:5.1.0
name: inspector-ubuntu
command: ['']
volumeMounts:
- mountPath: /opt/blackduck/blackduck-imageinspector/shared
name: imageinspector-shared
name: volume
conditions:
- conditionRef: strings-equal
params:
Expand All @@ -650,7 +650,7 @@ spec:
command: ['']
volumeMounts:
- mountPath: /opt/blackduck/blackduck-imageinspector/shared
name: imageinspector-shared
name: volume
conditions:
- conditionRef: strings-equal
params:
Expand All @@ -661,7 +661,7 @@ spec:
command: ['']
volumeMounts:
- mountPath: /opt/blackduck/blackduck-imageinspector/shared
name: imageinspector-shared
name: volume
conditions:
- conditionRef: strings-equal
params:
Expand Down

0 comments on commit 8d85456

Please sign in to comment.