IBM / cloudpak-gitops

Deployment of IBM Cloud Paks using ArgoCD / Red Hat GitOps operator.
Apache License 2.0
22 stars 23 forks source link

RHACM policies for Cloud Paks #37

Closed nastacio closed 3 years ago

nastacio commented 3 years ago

Contributes to: #36

Description of changes:

Output of argocd app list command or screenshot of the ArgoCD Application synchronization window showing successful application of changes in this branch.

argocd app list
NAME             CLUSTER                         NAMESPACE         PROJECT  STATUS  HEALTH   SYNCPOLICY  CONDITIONS  REPO                                        PATH                    TARGET
rhacm-app        https://kubernetes.default.svc  openshift-gitops  default  Synced  Healthy  Auto-Prune  <none>      https://github.com/IBM/cloudpak-gitops.git  config/argocd-rhacm     36-argocd-rhacm
rhacm-cloudpaks  https://kubernetes.default.svc  openshift-gitops  default  Synced  Healthy  Auto        <none>      https://github.com/IBM/cloudpak-gitops.git  config/rhacm/cloudpaks  36-argocd-rhacm
rhacm-seeds      https://kubernetes.default.svc  openshift-gitops  default  Synced  Healthy  Auto        <none>      https://github.com/IBM/cloudpak-gitops.git  config/rhacm/seeds      36-argocd-rhacm

image