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 aeb67f1 commit a853340Copy full SHA for a853340
Makefile
@@ -60,6 +60,7 @@ uninstall: manifests ## Uninstall CRDs, rbac
60
deploy: ## Deploy operator
61
yq eval '(.spec.template.spec.containers[] | select(.name=="percona-server-mongodb-operator")).image = "$(IMAGE)"' $(DEPLOYDIR)/operator.yaml \
62
| yq eval '(.spec.template.spec.containers[] | select(.name=="percona-server-mongodb-operator").env[] | select(.name=="LOG_LEVEL")).value="DEBUG"' - \
63
+ | yq eval '(.spec.template.spec.containers[] | select(.name=="percona-server-mongodb-operator").env[] | select(.name=="DISABLE_TELEMETRY")).value="true"' - \
64
| kubectl apply -f -
65
66
undeploy: ## Undeploy operator
0 commit comments