Skip to content

Commit

Permalink
Add proxy support to cinder CSI
Browse files Browse the repository at this point in the history
Adds annotation to inject proxy env vars
to cinder-csi-driver-operator when proxy
is being used.
  • Loading branch information
MaysaMacedo committed Sep 2, 2021
1 parent 874422c commit 93988ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/csidriveroperators/openstack-cinder/07_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Deployment
metadata:
name: openstack-cinder-csi-driver-operator
namespace: openshift-cluster-csi-drivers
annotations:
config.openshift.io/inject-proxy: openstack-cinder-csi-driver-operator
spec:
replicas: 1
selector:
Expand Down

0 comments on commit 93988ab

Please sign in to comment.