From 9c3d1c17ce6c70c37ab796c79311a28cadc269a3 Mon Sep 17 00:00:00 2001 From: James Andariese Date: Fri, 28 Apr 2023 17:14:03 -0500 Subject: [PATCH] add note about circular dependency in external-services --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index d361296..e045347 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ CASCADE's kubernetes manifests. + +### Circular dependency + +This repo lives in git.strudelline.net. +This repo creates the ingress for git.strudelline.net. + +When this happens, it's possible that git.strudelline.net will not be available. + +Depending on if haproxy-ingress is working, you may create only the ingress to +bootstrap via `kubectl create -f external-services/git.yaml`. + +If haproxy-ingress is not working yet, configure argo to ignore SSL until +bootstrapped. + +Alternatively, get rid of this dumb circular dependency.