Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1902601: Fix resources in cinder csi deployment template #108

Merged
merged 1 commit into from Dec 4, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions assets/csidriveroperators/openstack-cinder/07_deployment.yaml
Expand Up @@ -39,6 +39,10 @@ spec:
image: ${OPERATOR_IMAGE}
imagePullPolicy: IfNotPresent
name: openstack-cinder-csi-driver-operator
resources:
requests:
cpu: 10m
memory: 50Mi
priorityClassName: system-cluster-critical
serviceAccountName: openstack-cinder-csi-driver-operator
nodeSelector:
Expand All @@ -49,7 +53,3 @@ spec:
- key: node-role.kubernetes.io/master
operator: Exists
effect: "NoSchedule"
resources:
requests:
cpu: 10m
memory: 20Mi
8 changes: 4 additions & 4 deletions pkg/generated/bindata.go

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