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

removed cluster-info cm #55

Merged
merged 1 commit into from
Oct 29, 2021
Merged
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
Original file line number Diff line number Diff line change
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