Skip to content
Snippets Groups Projects
Commit a7257dff authored by Panagiotis Karamolegkos's avatar Panagiotis Karamolegkos :v_tone2:
Browse files

Removed Config Map Volume

parent 12b03e97
No related branches found
No related tags found
1 merge request!3Pdlc v2
......@@ -23,10 +23,6 @@ spec:
volumeMounts:
- name: shared-volume
mountPath: /data
# readOnly: true
- name: config-volume # Volume Mount for the config-map
mountPath: /data/topology/config.json
subPath: topology.json
env:
# - name: NODE_NUMBER # REMOVED UNTIL PHASE 2
# value: "5"
......@@ -44,6 +40,3 @@ spec:
- name: shared-volume
persistentVolumeClaim:
claimName: shared-pvc-ro
- name: config-volume # Volume for the config-map
configMap:
name: pdlc-config-map
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment