NetAppDocs / trident

https://docs.netapp.com/us-en/trident/
1 stars 12 forks source link

namespace missing in the command line #526

Open YvosOnTheHub opened 5 days ago

YvosOnTheHub commented 5 days ago

Page URL

https://docs.netapp.com/us-en/trident/trident-protect/trident-protect-manage-applications.html

Page title

Define an application for management

Summary

the YAML example includes :

metadata:
  name: maria
  namespace: my-app-namespace

however, the CLI example is missing the parameter --namespace my-app-namespace

the correct example should be: tridentctl protect create application <my_new_app_cr_name> --namespaces <namespaces_to_include> --csr <cluster_scoped_resources_to_include> --namespace <my-app-namespace>

Public issues must not contain sensitive information

netapp-mwallis commented 1 day ago

Thanks for submitting this issue @YvosOnTheHub - we'll get this corrected shortly.