소스 검색

Update persistent_volume.yml

Signed-off-by: sakshiarora13 <sakshi_arora1@dell.com>
sakshiarora13 3 년 전
부모
커밋
24aae86675
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      telemetry/roles/timescaledb/tasks/persistent_volume.yml

+ 2 - 2
telemetry/roles/timescaledb/tasks/persistent_volume.yml

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