Fix order in CRD

For some reason the CRD generator changed the order of some items.
This seems to be consistent now. There should be an investigation
whether the CRD generator is really idempotent. It might also be
an effect of merges in git.

Change-Id: I2ec70f5c87b28402299cca78d1da6023e51fc928
diff --git a/helm-charts/gerrit-operator-crds/templates/gerritclusters.gerritoperator.google.com-v1.yml b/helm-charts/gerrit-operator-crds/templates/gerritclusters.gerritoperator.google.com-v1.yml
index 07a7348..a93ff6b 100644
--- a/helm-charts/gerrit-operator-crds/templates/gerritclusters.gerritoperator.google.com-v1.yml
+++ b/helm-charts/gerrit-operator-crds/templates/gerritclusters.gerritoperator.google.com-v1.yml
@@ -136,9 +136,16 @@
                   database:
                     enum:
                     - NONE
-                    - SPANNER
                     - ZOOKEEPER
+                    - SPANNER
                     type: string
+                  zookeeper:
+                    properties:
+                      connectString:
+                        type: string
+                      rootNode:
+                        type: string
+                    type: object
                   spanner:
                     properties:
                       projectName:
@@ -148,13 +155,6 @@
                       database:
                         type: string
                     type: object
-                  zookeeper:
-                    properties:
-                      connectString:
-                        type: string
-                      rootNode:
-                        type: string
-                    type: object
                 type: object
               serverId:
                 type: string
diff --git a/helm-charts/gerrit-operator-crds/templates/gerrits.gerritoperator.google.com-v1.yml b/helm-charts/gerrit-operator-crds/templates/gerrits.gerritoperator.google.com-v1.yml
index 7a613f0..a029288 100644
--- a/helm-charts/gerrit-operator-crds/templates/gerrits.gerritoperator.google.com-v1.yml
+++ b/helm-charts/gerrit-operator-crds/templates/gerrits.gerritoperator.google.com-v1.yml
@@ -127,9 +127,16 @@
                   database:
                     enum:
                     - NONE
-                    - SPANNER
                     - ZOOKEEPER
+                    - SPANNER
                     type: string
+                  zookeeper:
+                    properties:
+                      connectString:
+                        type: string
+                      rootNode:
+                        type: string
+                    type: object
                   spanner:
                     properties:
                       projectName:
@@ -139,13 +146,6 @@
                       database:
                         type: string
                     type: object
-                  zookeeper:
-                    properties:
-                      connectString:
-                        type: string
-                      rootNode:
-                        type: string
-                    type: object
                 type: object
               serverId:
                 type: string