You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous task (#1496) enabled the asset-sync service to sync charts across all namespaces. This task continues that work to enable the dashboard to display the charts available per namespace. See design doc for more info and discussion.
Ensure that per-namespace app repositories are sync'd using their defined repo credentials (sync job needs these passed from kubeapps copy)
asset-sync: Record the namespace in the assetsvc (db - mongo / postgresql) when sync'ing chart data (so a chart can exist in multiple namespaces, or _all)
assetsvc: update requests to the chart-svc for charts to expect both the users credentials as well as the namespace being requested, returning charts for the namespace if the user has access.
UI: Update dashboard to request and display charts per namespace when viewing the catalog (behind the feature flag)
The text was updated successfully, but these errors were encountered:
The previous task (#1496) enabled the asset-sync service to sync charts across all namespaces. This task continues that work to enable the dashboard to display the charts available per namespace. See design doc for more info and discussion.
Follows on from #1496, parent task #1256.
The text was updated successfully, but these errors were encountered: