vmware-tanzu-labs / educates-training-platform

A platform for hosting interactive workshop environments in Kubernetes, or on top of a local container runtime.
https://docs.educates.dev
Apache License 2.0
63 stars 14 forks source link

Documentations doesn't cover that can add labels to a portal. #469

Open GrahamDumpleton opened 1 week ago

GrahamDumpleton commented 1 week ago

Describe the bug

A TrainingPortal resource can have labels independent to Kubernetes labels. The documentation doesn't seem to mention this.

spec:
  portal:
    labels: {}

Note that this is different to ability to add labels to specific workshops hosted by a training portal.

spec:
  portal:
    workshop:
      defaults:
        labels:
        - name: difficulty
          value: easy
  workshops:
  - name: lab-asciidoc-sample
    labels:
    - name: difficulty
      value: hard
  - name: lab-markdown-sample

Additional information

No response