uncommented generate

This commit is contained in:
Enrico Candino
2026-06-15 15:11:28 +02:00
parent cc61345dda
commit 3cd0ea5775
+1 -1
View File
@@ -15,5 +15,5 @@ go run sigs.k8s.io/controller-tools/cmd/controller-gen@${CONTROLLER_TOOLS_VERSIO
# add the 'helm.sh/resource-policy: keep' annotation to the CRDs
for f in ./charts/k3k/templates/crds/*.yaml; do
echo "Annotating $f"
#yq -c -i '.metadata.annotations["helm.sh/resource-policy"] = "keep"' "$f"
yq -c -i '.metadata.annotations["helm.sh/resource-policy"] = "keep"' "$f"
done