Quickstart
To get started quickly, you can use the wrapper script that does parts of the work described in Getting started. Please see that page for details nevertheless. # noqa: [relative-link-path]
- Get a Sovereign Cloud Stack cluster.
- Go through the openDesk requirements.
- Clone the openDesk repository:
git clone https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk
cd opendesk
- Create a folder for the settings of your environment:
mkdir -p helmfile/environments/example-env/dev/
- Add one or more files with your configuration, for example
values.yaml.gotmpl
(see Getting Started for an example). - Reference the environment you want to deploy in
helmfile.yaml
:
cat helmfile.yaml <<__EOF__
example-env:
values:
- "helmfile/environments/example-env/dev/*.yaml.gotmpl"
__EOF__
- Download the wrapper script. Make it executable.
- Edit the variables at the top of the script to fit your needs.
- Run it.