소스 검색

add todo for default storage class

Grega Bremec 1 개월 전
부모
커밋
d8cbaaeee7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      p0f/operators/roles/deploy-odf-storage/tasks/main.yml

+ 3 - 0
p0f/operators/roles/deploy-odf-storage/tasks/main.yml

@@ -10,6 +10,9 @@
 #   odf_storage:
 #     namespace:          which namespace ODF operator is in
 #     name:               the name of the storage cluster
+#     default_sc:         TODO: the name of the storage class to set as default
+#                         for the cluster (optional)
+#                         storageclass.kubernetes.io/is-default-class=true
 #
 # Optional variables:
 #