| commit | dfa5a14a37d5067e1e02710ed6d424b5682129f0 | [log] [tgz] |
|---|---|---|
| author | Thomas Draebing <thomas.draebing@sap.com> | Mon Sep 25 11:15:17 2023 +0200 |
| committer | Thomas Draebing <thomas.draebing@sap.com> | Mon Sep 25 11:15:17 2023 +0200 |
| tree | 44accb5df7ed950183f7b84a0fc9039489f563bf | |
| parent | c29e494430cd4b3fcb82e3c45b1ab1344bd0a2c3 [diff] |
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