Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-4902

[RN] As an Admin I want to easily update 'Getting Started' / 'Select a Sample' view and point it to repositories we use inside our organization

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 3.9.0.GA
    • 3.8.0.GA
    • docs
    • False
    • None
    • False
    • Release Notes
    • Hide
      = Using the dedicated ConfigMap to configure the 'Getting Started' samples

      With this release, you can configure the 'Getting Started' samples on the User Dashboard by using a dedicated ConfigMap object:

      [code, yaml]
      ----
      apiVersion: v1
      kind: ConfigMap
      metadata:
        name: getting-started-sample
        namespace: openshift-devspaces
        labels:
          app.kubernetes.io/part-of: che.eclipse.org
          app.kubernetes.io/component: getting-started-samples
      data:
        my-samples: |-
          [
            {
              "displayName": "Eclipse Che Dashboard",
              "description": "Cloud Development Environment for the Eclipse Che Dashboard.",
              "tags": ["Eclipse Che", "Dashboard"],
              "url": "https://github.com/eclipse-che/che-dashboard"
            }
          ]
      ----
      Show
      = Using the dedicated ConfigMap to configure the 'Getting Started' samples With this release, you can configure the 'Getting Started' samples on the User Dashboard by using a dedicated ConfigMap object: [code, yaml] ---- apiVersion: v1 kind: ConfigMap metadata:   name: getting-started-sample   namespace: openshift-devspaces   labels:     app.kubernetes.io/part-of: che.eclipse.org     app.kubernetes.io/component: getting-started-samples data:   my-samples: |-     [       {         "displayName": "Eclipse Che Dashboard",         "description": "Cloud Development Environment for the Eclipse Che Dashboard.",         "tags": ["Eclipse Che", "Dashboard"],         "url": " https://github.com/eclipse-che/che-dashboard "       }     ] ----
    • Enhancement
    • Done

            jvrbkova@redhat.com Jana Vrbkova
            mloriedo Mario Loriedo
            Jana Vrbkova Jana Vrbkova
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: