Exclude nearle-ariane.yaml from Flux sync - crash-loops on first deploy
ariane was never actually running on the cluster before this rollout (not in any prior pod listing); Flux deploying it for the first time exposed it's broken, unrelated to the GitOps migration itself. Pulling it out of scope so it stops blocking the nearle Kustomization's health check for the services that do work (fiesta, jupiter, atlantis, titan). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -12,6 +12,10 @@ resources:
|
|||||||
- jupiter-cors-proxy.yaml
|
- jupiter-cors-proxy.yaml
|
||||||
- nearle-atlantis.yaml
|
- nearle-atlantis.yaml
|
||||||
- nearle-titan.yaml
|
- nearle-titan.yaml
|
||||||
- nearle-ariane.yaml
|
# nearle-ariane.yaml intentionally excluded - it was never actually
|
||||||
|
# running on the cluster before Flux tried to deploy it for the first
|
||||||
|
# time, and it crash-loops. Not a GitOps regression, a pre-existing
|
||||||
|
# dormant/broken manifest. Revisit separately from the alaska/nearle
|
||||||
|
# rollout.
|
||||||
- nearle-gateway.yaml
|
- nearle-gateway.yaml
|
||||||
- nearle-reference-grant.yaml
|
- nearle-reference-grant.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user