We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f532467 commit 192e2d6Copy full SHA for 192e2d6
deployment/templates/deploymentconfig.yaml
@@ -57,16 +57,6 @@ spec:
57
resources: {}
58
terminationMessagePath: /dev/termination-log
59
terminationMessagePolicy: File
60
- volumeMounts:
61
- - name: config-volume
62
- mountPath: /deployments/config
63
- volumes:
64
65
- configMap:
66
- name: "{{ .Values.name }}-config"
67
- items:
68
- - key: application.properties
69
- path: application.properties
70
dnsPolicy: ClusterFirst
71
restartPolicy: Always
72
schedulerName: default-scheduler
0 commit comments