bcgov / smk-helms

0 stars 1 forks source link
citz databc helm smk

Intro

Helm chart used to init a net new openshift namespace where smk based apps will ultimately be deployed. The chart creates objects that are re-used by all subsequent SMK based app deployments.

This repo follows the same pattern as the bcgov helm chart repo: https://github.com/bcgov/helm-charts

Contents

smk-init

This chart initializes a openshift namespace so that it contains the objects that are required to support the smk github actions. This only needs to be done once per namespace.

smk-app-deploy

This is the chart that will get run by the github actions in each repository that it is enabled for. It is set up to deploy SMK based apps where the directory structure follows the layout described here