Skip to content

Commit

Permalink
pass version to azure operators
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBednar committed May 26, 2023
1 parent fae744e commit ea28b90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/csidriveroperators/azure-disk/08_deployment.yaml
Expand Up @@ -41,6 +41,8 @@ spec:
value: ${KUBE_RBAC_PROXY_IMAGE}
- name: CLUSTER_CLOUD_CONTROLLER_MANAGER_OPERATOR_IMAGE
value: ${CLUSTER_CLOUD_CONTROLLER_MANAGER_OPERATOR_IMAGE}
- name: OPERATOR_IMAGE_VERSION
value: ${OPERATOR_IMAGE_VERSION}
- name: POD_NAME
valueFrom:
fieldRef:
Expand Down
2 changes: 2 additions & 0 deletions assets/csidriveroperators/azure-file/08_deployment.yaml
Expand Up @@ -41,6 +41,8 @@ spec:
value: ${KUBE_RBAC_PROXY_IMAGE}
- name: CLUSTER_CLOUD_CONTROLLER_MANAGER_OPERATOR_IMAGE
value: ${CLUSTER_CLOUD_CONTROLLER_MANAGER_OPERATOR_IMAGE}
- name: OPERATOR_IMAGE_VERSION
value: ${OPERATOR_IMAGE_VERSION}
- name: POD_NAME
valueFrom:
fieldRef:
Expand Down

0 comments on commit ea28b90

Please sign in to comment.