Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions tests-extension/pkg/bindata/qe/bindata.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ objects:
spec:
image: "${ADDRESS}"
grpcPodConfig:
securityContextConfig: restricted
extractContent:
catalogDir: /configs
secrets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ objects:
spec:
image: "${ADDRESS}"
grpcPodConfig:
securityContextConfig: restricted
extractContent:
cacheDir: /tmp/cache
catalogDir: /configs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ objects:
namespace: "${NAMESPACE}"
spec:
image: "${ADDRESS}"
grpcPodConfig:
securityContextConfig: restricted
secrets:
- "${SECRET}"
- "${SECRET}"
displayName: "${DISPLAYNAME}"
icon:
base64data: ""
mediatype: ""
publisher: "${PUBLISHER}"
sourceType: "${SOURCETYPE}"
updateStrategy:
updateStrategy:
registryPoll: {}
parameters:
- name: NAME
Expand All @@ -27,4 +29,4 @@ parameters:
- name: DISPLAYNAME
- name: PUBLISHER
- name: SOURCETYPE
- name: SECRET
- name: SECRET
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ objects:
namespace: "${NAMESPACE}"
spec:
grpcPodConfig:
securityContextConfig: restricted
nodeSelector:
kubernetes.io/arch: "${ARCH}"
image: "${ADDRESS}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ objects:
namespace: "${NAMESPACE}"
spec:
grpcPodConfig:
securityContextConfig: restricted
extractContent:
cacheDir: /tmp/cache
catalogDir: /configs
Expand Down
4 changes: 3 additions & 1 deletion tests-extension/test/qe/testdata/olm/cs-image-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ objects:
namespace: "${NAMESPACE}"
spec:
image: "${ADDRESS}"
grpcPodConfig:
securityContextConfig: restricted
secrets:
- "${SECRET}"
- "${SECRET}"
displayName: "${DISPLAYNAME}"
publisher: "${PUBLISHER}"
sourceType: "${SOURCETYPE}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ objects:
namespace: "${NAMESPACE}"
spec:
image: "${ADDRESS}"
grpcPodConfig:
securityContextConfig: restricted
secrets:
- "${SECRET}"
- "${SECRET}"
displayName: "${DISPLAYNAME}"
publisher: "${PUBLISHER}"
sourceType: "${SOURCETYPE}"
Expand Down