We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f43d0 commit e8dec9fCopy full SHA for e8dec9f
1 file changed
Makefile
@@ -120,6 +120,7 @@ uninstall: ## Delete the postgrescluster CRD
120
deploy: ## Deploy the PostgreSQL Operator (enables the postgrescluster controller)
121
yq eval '(.spec.template.spec.containers[] | select(.name=="operator")).image = "$(IMAGE)"' ./deploy/operator.yaml \
122
| yq eval '(.spec.template.spec.containers[] | select(.name=="operator") | .env[] | select(.name=="DISABLE_TELEMETRY") | .value) = "true"' - \
123
+ | yq eval '(.spec.template.spec.containers[] | select(.name=="operator") | .env[] | select(.name=="LOG_LEVEL") | .value) = "DEBUG"' - \
124
| kubectl apply -f -
125
126
.PHONY: undeploy
0 commit comments