You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance/sqlinstance-datacacheconfig-direct/create.yaml
+4
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,10 @@ spec:
25
25
settings:
26
26
dataCacheConfig:
27
27
dataCacheEnabled: false
28
+
# The legacy terraform-based reconciler cannot update ENTERPRISE -> ENTERPRISE_PLUS
29
+
# edition at the same time as changing dataCacheEnabled false -> true. However, the
30
+
# direct controller is able to perform this update. So, for the direct controller
31
+
# test case, we will specify `edition: ENTERPRISE` here.
28
32
edition: ENTERPRISE
29
33
# Location preference is not actually a required field. However, setting it for tests
30
34
# helps with with normalizing the GCP responses, because otherwise GCP chooses a zone
0 commit comments