Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 743 Bytes

README.org

File metadata and controls

35 lines (17 loc) · 743 Bytes

Cluster Config Hands OFF

cluster-config

based on the fine repo https://github.com/gnunn-gitops/cluster-config

General install of Operator

kustomize build base/openshift-gitops/operator/ | oc apply -f -

Adjustment for the current environment

kustomize build overlays/sandbox/openshift-gitops/instance | oc apply -f -

Create a group for access named ‘argocd-admins’

oc adm groups new argocd-admins USER1 USER2

Load the cluster-config

kustomize build overlays/sandbox/cluster-config | oc apply -f -

serverless

TODO

kustomize build overlays/sandbox/cluster-components/cluster-openshift-serverless | oc apply -f - TODO sequence not yet right TODO inter-dependencies not right