From df03a3d92fef3a33fe1f31ad48e3a537c6d9f113 Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Wed, 12 Feb 2025 16:30:20 +0100 Subject: [PATCH] doc(reference-dataset): remove kapp test with commit a9d0202a, kapp in not included anymore --- .../k8s-sample/k8s-config/00-check-coa-provided-artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference_dataset/template_repository/hello-world-root-depls/k8s-sample/k8s-config/00-check-coa-provided-artifacts.sh b/docs/reference_dataset/template_repository/hello-world-root-depls/k8s-sample/k8s-config/00-check-coa-provided-artifacts.sh index c6e6164c..580019d7 100755 --- a/docs/reference_dataset/template_repository/hello-world-root-depls/k8s-sample/k8s-config/00-check-coa-provided-artifacts.sh +++ b/docs/reference_dataset/template_repository/hello-world-root-depls/k8s-sample/k8s-config/00-check-coa-provided-artifacts.sh @@ -13,7 +13,7 @@ credhub delete --name "/credhub-set-test" credhub set --type value --name "/coa-my-credhub-key" --value "This is my credhub value" # Used by 01-interpolate.sh and deleted in 02-deploy.sh #for artifact push to k8s -kapp version +#kapp version echo "Kubectl:" kubectl version --client -o=yaml echo "Helm: $(helm version --short)"