Skip to content

Commit 3262d87

Browse files
sfc-gh-jmckulkajmckulk
authored andcommitted
Disable AppendCustomQueries flag in deploy-dev
Our kuttl tests expect the default behavior of not appending custom queries
1 parent 537828d commit 3262d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ deploy-dev: createnamespaces
115115
env \
116116
QUERIES_CONFIG_DIR='$(QUERIES_CONFIG_DIR)' \
117117
CRUNCHY_DEBUG="$${CRUNCHY_DEBUG:-true}" \
118-
PGO_FEATURE_GATES="$${PGO_FEATURE_GATES:-AllAlpha=true}" \
118+
PGO_FEATURE_GATES="$${PGO_FEATURE_GATES:-AllAlpha=true,AppendCustomQueries=false}" \
119119
CHECK_FOR_UPGRADES="$${CHECK_FOR_UPGRADES:-false}" \
120120
KUBECONFIG=hack/.kube/postgres-operator/pgo \
121121
PGO_NAMESPACE='postgres-operator' \

0 commit comments

Comments
 (0)