Skip to content

gnunn-gitops/microshift

Repository files navigation

Introduction

This repo is a demo of using ACM + OpenShift GitOps to manage Microshift clusters. It

To apply the ACM polcies the first time you will need to use oc create and not oc apply since the yaml is too large and will over the last-configuration annotation size limit. To deploy the policies do the following:

kustomize build components/policies/microshift-gitops/ | oc create -f -

If you want to make changes and update them then use oc replace after creating them at least once:

kustomize build components/policies/microshift-gitops/ | oc kustomize -f -

About

An example repository for GitOps on Microshift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages