Skip to content

Commit

Permalink
removed cluster-info cm
Browse files Browse the repository at this point in the history
removed cluster-info cm
  • Loading branch information
arahamad-zz committed Oct 29, 2021
1 parent cc51d95 commit c4dc3fb
Showing 1 changed file with 1 addition and 7 deletions.
Expand Up @@ -111,9 +111,6 @@ spec:
- name: customer-auth
readOnly: true
mountPath: /etc/storage_ibmc
- name: cluster-info
readOnly: true
mountPath: /etc/storage_ibmc/cluster_info
- name: liveness-probe
image: MUSTPATCHWITHKUSTOMIZE
securityContext:
Expand All @@ -139,7 +136,7 @@ spec:
type: Directory
- name: kubelet-data-dir
hostPath:
path: /var/data/kubelet # IKS worker
path: /var/lib/kubelet # OpenShift worker, for kubernetes /var/data/kubelet
type: Directory
- name: plugin-dir
hostPath:
Expand Down Expand Up @@ -168,6 +165,3 @@ spec:
- name: customer-auth # altough its not required, This is just to finish lib configuration which is a common code in the driver
secret:
secretName: storage-secret-store
- name: cluster-info # To get the cluster info
configMap:
name: cluster-info

0 comments on commit c4dc3fb

Please sign in to comment.