commit | 2c1a0f1976ee9720a2ca5ee7aeaba003ec612c2e | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Fri Mar 16 08:40:52 2018 -0700 |
committer | Andy Bavier <andy@onlab.us> | Fri Mar 16 08:40:52 2018 -0700 |
tree | 654b8e60624ab4c8b7538e76180c76d3bbeb56d7 | |
parent | a36ff850d6184d0330c76d453cf207f1e0509fe2 [diff] |
Make configmap path resolution more robust Change-Id: Iff55e8db3519643ef8ef9ce0cc6d70130726c09b
diff --git a/xos-core/templates/db-deployment.yaml b/xos-core/templates/db-deployment.yaml index df06309..166e101 100644 --- a/xos-core/templates/db-deployment.yaml +++ b/xos-core/templates/db-deployment.yaml
@@ -25,7 +25,7 @@ labels: app: xos-db annotations: - checksum/config-map: {{ include (print $.Chart.Name "/templates/db-configmap.yaml") . | sha256sum }} + checksum/config-map: {{ include (print $.Template.BasePath "/db-configmap.yaml") . | sha256sum }} spec: containers: - name: xos-db