|
@@ -13,7 +13,7 @@
|
|
# limitations under the License.
|
|
# limitations under the License.
|
|
---
|
|
---
|
|
|
|
|
|
-- name: Persistent volume for timescale db
|
|
|
|
|
|
+- name: Persistent volume for timescaledb
|
|
kubernetes.core.k8s:
|
|
kubernetes.core.k8s:
|
|
state: present
|
|
state: present
|
|
definition:
|
|
definition:
|
|
@@ -31,4 +31,4 @@
|
|
accessModes:
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
- ReadWriteOnce
|
|
hostPath:
|
|
hostPath:
|
|
- path: "{{ mount_location + 'timescaledb' }}"
|
|
|
|
|
|
+ path: "{{ mount_location + 'timescaledb' }}"
|