Skip to content

devquickstart.md

Ulli Goschler edited this page Jan 23, 2023 · 2 revisions

Quickstart to akp

This documentation is just a quick step-by-step guide without any further explanation.

Gitlab

  1. Move your containerimage to the gitlab registry
  1. Add the technical user to your repo.
    Follow the 🔧 icons

  2. Make sure you are using the imagePullSecrets with name gitlab:

...
imagePullSecrets:
- name: gitlab
...
  1. Create a PR in this repo, adapting eg. this commit:
Clone this wiki locally