There was an error while loading. Please reload this page.
1 parent 537828d commit 3262d87Copy full SHA for 3262d87
Makefile
@@ -115,7 +115,7 @@ deploy-dev: createnamespaces
115
env \
116
QUERIES_CONFIG_DIR='$(QUERIES_CONFIG_DIR)' \
117
CRUNCHY_DEBUG="$${CRUNCHY_DEBUG:-true}" \
118
-PGO_FEATURE_GATES="$${PGO_FEATURE_GATES:-AllAlpha=true}" \
+PGO_FEATURE_GATES="$${PGO_FEATURE_GATES:-AllAlpha=true,AppendCustomQueries=false}" \
119
CHECK_FOR_UPGRADES="$${CHECK_FOR_UPGRADES:-false}" \
120
KUBECONFIG=hack/.kube/postgres-operator/pgo \
121
PGO_NAMESPACE='postgres-operator' \
0 commit comments