Rick Osowski
Rick Osowski
``` 1. Activate OpenLDAP namespace via uncomment https://github.com/cloud-native-toolkit-demos/multi-tenancy-gitops-mq/blob/ocp47-2021-2/0-bootstrap/argocd/single-cluster/1-infra/kustomization.yaml#L10 2. Activate OpenLDAP instance via uncomment https://github.com/cloud-native-toolkit-demos/multi-tenancy-gitops-mq/blob/ocp47-2021-2/0-bootstrap/argocd/single-cluster/2-services/kustomization.yaml#L29 3. Activate CertManager Operator via uncomment https://github.com/cloud-native-toolkit-demos/multi-tenancy-gitops-mq/blob/ocp47-2021-2/0-bootstrap/argocd/single-cluster/2-services/kustomization.yaml#L31 4. Activate CertManager Instance via uncomment https://github.com/cloud-native-toolkit-demos/multi-tenancy-gitops-mq/blob/ocp47-2021-2/0-bootstrap/argocd/single-cluster/2-services/kustomization.yaml#L32 5....
I needed to create the ArgoCD secret that is referenced for the ArgoCD step to function, as it's currently not defined anywhere that I can see. ```bash oc create secret...
The current implementation via #60 doesn't appear to function as expected, in it's simplest case. We can dive back into it next week, but similar to @hollisc comments on the...
That line allows users to select branches to work with for all the peer projects. However, at the moment, it is only a holdover from the `clone-peers.sh` script. Ideally, you...