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: ...@@ -23,10 +23,6 @@ spec:
volumeMounts: volumeMounts:
- name: shared-volume - name: shared-volume
mountPath: /data mountPath: /data
# readOnly: true
- name: config-volume # Volume Mount for the config-map
mountPath: /data/topology/config.json
subPath: topology.json
env: env:
# - name: NODE_NUMBER # REMOVED UNTIL PHASE 2 # - name: NODE_NUMBER # REMOVED UNTIL PHASE 2
# value: "5" # value: "5"
...@@ -44,6 +40,3 @@ spec: ...@@ -44,6 +40,3 @@ spec:
- name: shared-volume - name: shared-volume
persistentVolumeClaim: persistentVolumeClaim:
claimName: shared-pvc-ro 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