Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We did not flatten the config since it is not needed in minikube, using path to the certificate. But in lima we get the actual certificate from the guest, and without flattening we get: clusters: - name: drenv-test-cluster cluster: server: https://192.168.105.45:6443 certificate-authority-data: DATA+OMITTED users: - name: drenv-test-cluster user: client-certificate-data: DATA+OMITTED client-key-data: DATA+OMITTED ... `DATA-OMITTED` is not a valid certificate, so argocd fail to parse it. With this change argocd works, and we can use regional-dr.yaml on macOS. Signed-off-by: Nir Soffer <[email protected]>
- Loading branch information