Install
Requirements
Installation Command
- Helm Chart
- Helmfile DHx
# get helm chart
export TAG="<...>"
wget -O studio.tgz "https://nexus.artemis.public/repository/Artemis-Helm/kosmos-studio-${TAG}.tgz"
###################
# install kstudio #
###################
# note 1: keycloak api endpoint must be reachable within the cluster network
cd charts/kosmos-studio
# for more options
# see:
# - values.yaml
# - values.schema.json
helm upgrade --install kstudio . --wait
cd platform-provisioner/samples
helmfile -f helmfile_dhx.yaml.gotmpl apply -l app=kosmos-studio