From b7d0ccccef13e750a8b4fcc0eb30dd1da5046a5a Mon Sep 17 00:00:00 2001 From: Nick Webb Date: Mon, 27 Mar 2023 13:53:57 -0700 Subject: [PATCH] Document azure gitops is not supported by carvel package workflow --- scc/carvel-package-supply-chain.hbs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/scc/carvel-package-supply-chain.hbs.md b/scc/carvel-package-supply-chain.hbs.md index 34b260978c..5b903be3e9 100644 --- a/scc/carvel-package-supply-chain.hbs.md +++ b/scc/carvel-package-supply-chain.hbs.md @@ -9,6 +9,7 @@ This feature is **experimental** and has the following limitations: 1. Only the [Out of the Box Basic Supply Chain](ootb-supply-chain-basic.hbs.md) package is supported. The Testing and Scanning supply chains are not supported. 2. Only workloads of type `server` are supported. 3. Innerloop development is not supported. +4. Azure GitOps repositories are not supported. This document explains what the Carvel Package Supply Chains do, how they work, how to enable them as an operator, and how to create a `Workload` that uses them.