- Install
gum
by following the instructions in https://github.com/charmbracelet/gum#installation. - Watch https://youtu.be/U8zCHA-9VLA if you are not familiar with Charm Gum.
chmod +x clusters.sh
# TODO: Send emails to the attendees with the instructions how to
# use the clusters and the tools that should be installed.
./clusters.sh
- Install
gum
by following the instructions in https://github.com/charmbracelet/gum#installation. - Watch https://youtu.be/U8zCHA-9VLA if you are not familiar with Charm Gum.
chmod +x setup.sh
./setup.sh
source .env
- Copy the
users-api/users-app-component.yaml
to/catalog
cp users-api/users-app-component.yaml to catalog/new-app.yaml
- Edit the
catalog/new-app.yaml
based on the component configuration - Add an Entry to
/catalog/catalog-all.yaml
- ./new-app.yaml
- Create a relation between to components, by adding the following configuration to one of the components - example.
spec:
dependsOn: ['component:db']
- Add links to component by adding the following configuration - example
metadata:
links:
- url: https://example.com/user
title: Examples Users
icon: user
- Install
gum
by following the instructions in https://github.com/charmbracelet/gum#installation. - Watch https://youtu.be/U8zCHA-9VLA if you are not familiar with Charm Gum.
chmod +x setup.sh
./setup.sh
source .env