IBM / cp4waiops-gitops

Manage Your IBM Cloud Pak for Watson AIOps With GitOps
https://ibm.github.io/cp4waiops-gitops/docs/
Apache License 2.0
11 stars 27 forks source link

rook-ceph cannot be deployed from ArgoCD (following this documentation: https://github.com/IBM/cp4waiops-gitops/blob/main/docs/how-to-deploy-cp4waiops-33.md) #124

Closed ks-ibm closed 2 years ago

ks-ibm commented 2 years ago

Hi!

As per title: I don't see the aforementioned rook-ceph under the config path:

image

Thanks! K.

morningspace commented 2 years ago

@ks-ibm the entries listed in this dropdown box are all helm charts. For a specified path, Argo CD will scan all sub folders underneath and check if they are helm charts, if yes, they will be listed as above.

The reason that you do not see config/ceph in the list is simply because it is not a helm chart. We did not make it as a helm chart, because there's nothing needs to be parameterized, all OOTB.

When you see some config not listed in the dropdown box, it doesn't mean you cannot deploy it. Just go ahead to input it in the field manually, in this case, the field value should be config/ceph, this will also work.

@liyanwei93 I think we can refine our doc here to clarify this, so as to avoid the misleading.

ks-ibm commented 2 years ago

Okay, then this was an issue between keyboard and chair!

If the docs get updated so other noobs will not fall into this trick, then this issue can be closed.

Thank you! K

gyliu513 commented 2 years ago

can we convert the ceph to a helm chart as well?

morningspace commented 2 years ago

Closing it as the corresponding PR has been merged. Now the rook-ceph config is visible in the drop down list as it has been turned into helm chart.