Skip to content

Commit

Permalink
chore(plugin-manifest): add shared volume (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio authored and bostrt committed Jun 30, 2022
1 parent 707ba09 commit e9227ad
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/openshift-conformance-validated.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
podSpec:
restartPolicy: Never
serviceAccountName: sonobuoy-serviceaccount
volumes:
- name: shared
emptyDir: {}
containers:
- name: report-progress
image: quay.io/ocp-cert/openshift-tests-provider-cert:stable
Expand All @@ -10,6 +13,8 @@ podSpec:
volumeMounts:
- mountPath: /tmp/sonobuoy/results
name: results
- mountPath: /tmp/shared
name: shared
env:
- name: CERT_LEVEL
value: "1"
Expand Down Expand Up @@ -40,6 +45,8 @@ spec:
volumeMounts:
- mountPath: /tmp/sonobuoy/results
name: results
- mountPath: /tmp/shared
name: shared
env:
- name: CERT_LEVEL
value: "1"
Expand Down
7 changes: 7 additions & 0 deletions manifests/openshift-kube-conformance.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
podSpec:
restartPolicy: Never
serviceAccountName: sonobuoy-serviceaccount
volumes:
- name: shared
emptyDir: {}
containers:
- name: report-progress
image: quay.io/ocp-cert/openshift-tests-provider-cert:stable
Expand All @@ -10,6 +13,8 @@ podSpec:
volumeMounts:
- mountPath: /tmp/sonobuoy/results
name: results
- mountPath: /tmp/shared
name: shared
env:
- name: CERT_LEVEL
value: "0"
Expand Down Expand Up @@ -40,6 +45,8 @@ spec:
volumeMounts:
- mountPath: /tmp/sonobuoy/results
name: results
- mountPath: /tmp/shared
name: shared
env:
- name: CERT_LEVEL
value: "0"
Expand Down
14 changes: 14 additions & 0 deletions pkg/assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e9227ad

Please sign in to comment.