Devtron K8s Dashboard
  • Getting Started
    • Overview of Dashboard
    • Prerequisites
    • Install Modern Kubernetes Dashboard
  • User Guide
    • Explore Kubernetes Resources
      • Overview Page
      • Discover and Manage Resources
      • Nodes and Operations
      • Pod Management and Debugging
      • Cluster Terminal
      • Add Monitoring Dashboards/Graphs
      • Run Kubectl Commands Locally
    • Use Resource Watcher
    • Manage Helm Apps
    • Manage Argo CD Apps
    • Manage Flux CD Apps
    • Chart Store
      • Examples
        • Deploying MySQL Helm Chart
        • Deploying MongoDB Helm Chart
  • Operator Guide
    • Projects
    • Clusters
    • OCI Registry
    • Chart Repositories
    • Manage Authorization (RBAC)
      • SSO Login Services
        • Google
        • GitHub
        • GitLab
        • Microsoft
        • LDAP
        • OIDC
          • Keycloak
          • Okta
        • OpenShift
      • User Permissions
      • Permission Groups
      • API Tokens
    • External Links
    • Catalog Framework
    • Charts and Chart Store
    • Show/Hide Argo CD App Listing
    • Show/Hide Flux CD App Listing
    • Configure GUI Schema for Manifests
    • Configure Lock Schema for Manifests
  • Resources
    • Glossary
    • FAQ
Powered by GitBook
On this page
  • Prerequisite
  • Steps to Enable
Export as PDF
  1. Operator Guide

Show/Hide Flux CD App Listing

PreviousShow/Hide Argo CD App ListingNextConfigure GUI Schema for Manifests

Last updated 6 months ago

Prerequisite

The cluster in which Flux CD apps exist should be added in Global Configurations → Clusters and Environments


Steps to Enable

Who Can Perform This Action?

Users need super-admin permission to view/enable/disable the FluxCD listing.

  1. Go to the Resource Browser of Devtron.

  2. Select the cluster (in which your Argo CD app exists).

  3. Type ConfigMap in the 'Jump to Kind' field.

  4. Search for dashboard-cm using the available search bar and click it.

  5. Click Edit Live Manifest.

  6. Set the feature flag accordingly:

    • FEATURE_EXTERNAL_FLUX_CD_ENABLE: "true" - Use this to show the Flux CD App Listing

    • FEATURE_EXTERNAL_FLUX_CD_ENABLE: "false" - Use this to hide the Flux CD App Listing

    Figure 2: Editing Dashboard ConfigMap
  7. Click Apply Changes.

  8. Go back to the 'Jump to Kind' field and type Pod.

  9. Search for dashboard pod and use the kebab menu (3 vertical dots) to delete the pod.

  10. Go to Applications and refresh the page (the FluxCD Apps tab will be visible if you enabled it in step 6).