From 34321983e7e8c6dce6108d0f0b1db35bf92fc74c Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 7 Jun 2022 11:32:55 +0300 Subject: [PATCH] Add OCI artifact type to alternatives Signed-off-by: Stefan Prodan --- rfcs/kubernetes-oci/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rfcs/kubernetes-oci/README.md b/rfcs/kubernetes-oci/README.md index 1d2ae937..ad82c7fd 100644 --- a/rfcs/kubernetes-oci/README.md +++ b/rfcs/kubernetes-oci/README.md @@ -291,7 +291,9 @@ spec: ### Alternatives -TODO +An alternative solution is to introduce an OCI artifact type especially made for Kubernetes configuration. +That is considered unpractical, as introducing an OCI type has to go through the +IANA process and Flux is not the owner of those type as Helm is for Helm artifact for example. ## Design Details