This repository was archived by the owner on Mar 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
FAQ
Henning Groß edited this page Feb 16, 2022
·
16 revisions
One can find origin FAQ entries detected via issue label FAQ needed.
Have a look at https://github.com/opendevstack/ods-pipeline/tree/master/test/testdata/workspaces - there you can get inspired how to set up a project for a certain technology (like Go, TypeScript, ...)
It is recommended to start with the sample chart provided in this repository. If you are migrating an existing component which controls resources via Tailor, please see the ODS Quickstarter Migration Guide of Tailor as well.
-
OpenShift client binary (
oc) - Helm (plus the plugins below)
- age
- Windows & Linux: download from https://github.com/FiloSottile/age/releases
- MacOS: download from above or run
brew install age(if you have Homebrew installed)
- sops
- Windows & Linux: download from https://github.com/mozilla/sops/releases
- MacOS: download from above or run
brew install sops(if you have Homebrew installed)
-
diff(install by runninghelm plugin install diff) -
secrets(install by runninghelm plugin install secrets)