We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7578ae commit 7c9bfd2Copy full SHA for 7c9bfd2
template/Makefile.j2
@@ -189,7 +189,7 @@ check-kubernetes:
189
@kubectl cluster-info > /dev/null 2>&1 || (echo "Error: Kubernetes is not running or kubectl is not properly configured."; exit 1)
190
191
run-dev: check-nix check-kubernetes
192
- # Install ops in release.yaml except the one that is installed by Tilt
+ # Install ops in release.yaml except the one that is installed by Tilt
193
SHORT_OP_NAME=$$(echo ${OPERATOR_NAME} | sed 's/-operator//');\
194
./scripts/run-tests --log-level debug --skip-tests --skip-operator ${SHORT_OP_NAME}
195
# Build and install the operator
0 commit comments