Browse Source

Merge pull request #224 from xyctruth/helm

fix helm deployment mount configMap name
pull/229/head
yedf2 4 years ago
committed by GitHub
parent
commit
23fd03d39f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      charts/templates/deployment.yaml

2
charts/templates/deployment.yaml

@ -67,4 +67,4 @@ spec:
volumes:
- name: config
configMap:
name: dtm-conf
name: {{ include "dtm.fullname" . }}-conf

Loading…
Cancel
Save