Skip to content

Commit ea2d9a7

Browse files
Update demo with suggestions
Co-authored-by: Todd Short <[email protected]>
1 parent 006753c commit ea2d9a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/demo/own-namespace-demo-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trap 'echo "Demo ran into error"; trap - SIGTERM && kill -- -$$; exit 1' ERR SIG
88

99
# install standard CRDs
1010
echo "Install standard CRDs..."
11-
kubectl apply -f "$(dirname "${BASH_SOURCE[0]}")/../../manifests/base.yaml"
11+
kubectl apply -f "$(dirname "${BASH_SOURCE[0]}")/../../manifests/standard.yaml"
1212

1313
# wait for standard CRDs to be available
1414
kubectl wait --for condition=established --timeout=60s crd/clusterextensions.olm.operatorframework.io

hack/demo/single-namespace-demo-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trap 'echo "Demo ran into error"; trap - SIGTERM && kill -- -$$; exit 1' ERR SIG
88

99
# install standard CRDs
1010
echo "Install standard CRDs..."
11-
kubectl apply -f "$(dirname "${BASH_SOURCE[0]}")/../../manifests/base.yaml"
11+
kubectl apply -f "$(dirname "${BASH_SOURCE[0]}")/../../manifests/standard.yaml"
1212

1313
# wait for standard CRDs to be available
1414
kubectl wait --for condition=established --timeout=60s crd/clusterextensions.olm.operatorframework.io

0 commit comments

Comments
 (0)