Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 595 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 595 Bytes

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 -