Skip to content

Commit 7ec6ee9

Browse files
committed
Add a ToDo
1 parent 9999c07 commit 7ec6ee9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

roles/feature-netapp-trident/tasks/post-deploy.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
enabled: true
6969
- name: multipathd.service
7070
enabled: true
71+
7172
- name: Create namespace
7273
kubernetes.core.k8s:
7374
kubeconfig: "{{ cluster_access_kubeconfig }}"
@@ -125,6 +126,12 @@
125126
password: "{{ netapp_password | b64encode }}"
126127
username: "{{ netapp_username | b64encode }}"
127128

129+
## ToDo Add wait-for
130+
# kind: CustomResourceDefinition
131+
# apiVersion: apiextensions.k8s.io/v1
132+
# metadata:
133+
# name: tridentbackendconfigs.trident.netapp.io
134+
128135
- name: Create TridentBackendConfig/coe-netapp-san
129136
kubernetes.core.k8s:
130137
kubeconfig: "{{ cluster_access_kubeconfig }}"

0 commit comments

Comments
 (0)