Skip to content
Open
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
2 changes: 0 additions & 2 deletions manifests/10-insights-runtime-extractor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ spec:
memory: 100Mi
- name: exporter
image: quay.io/openshift/origin-insights-runtime-exporter:latest
imagePullPolicy: Always
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The kube-rbac-proxy container has not set the Always imagePullPolicy

volumeMounts:
- mountPath: /data
name: data-volume
Expand All @@ -85,7 +84,6 @@ spec:
memory: 200Mi
- name: extractor
image: quay.io/openshift/origin-insights-runtime-extractor:latest
imagePullPolicy: Always
env:
- name: CONTAINER_RUNTIME_ENDPOINT
value: unix:///crio.sock
Expand Down