Skip to content

Commit 192e2d6

Browse files
authored
Remove volume mount in deploymentconfig (#23)
1 parent f532467 commit 192e2d6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

deployment/templates/deploymentconfig.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,6 @@ spec:
5757
resources: {}
5858
terminationMessagePath: /dev/termination-log
5959
terminationMessagePolicy: File
60-
volumeMounts:
61-
- name: config-volume
62-
mountPath: /deployments/config
63-
volumes:
64-
- name: config-volume
65-
configMap:
66-
name: "{{ .Values.name }}-config"
67-
items:
68-
- key: application.properties
69-
path: application.properties
7060
dnsPolicy: ClusterFirst
7161
restartPolicy: Always
7262
schedulerName: default-scheduler

0 commit comments

Comments
 (0)