This all is 100% open source, so if you would like to contribute, feel free to edit this page.



Developer Hub Templates

For the remainder of this documentation pages, we will expect to start from a clean state as described at the end of section Configure Developer Hub. In order to not have conflicts when skipping sections, I will highlight the places where the config needs to be added as follows:

As an example: Adding this yaml

spec:
  presenter: maarten

To this annotated template (on anchor_01)

config:
  metadata:
    name: demo-yaml
  <anchor_01>

Would result in:

config:
  metadata:
    name: demo-yaml
  spec:
    presenter: maarten

In case you get a second component to be added on anchor_01, let’s say

spec:
  location: BeLux

Then it would result in:

config:
  metadata:
    name: demo-yaml
  spec:
    presenter: maarten
    location: BeLux

In case it would not be entirely clear, I will add the yaml definition which holds all the config of all listed components beneath in the respectively yaml files (i.e., yaml file name will map on the name of the config map).

Templates to start from: