diff --git a/charts/kubedb-crds/crds/kubedb.com_postgreses.yaml b/charts/kubedb-crds/crds/kubedb.com_postgreses.yaml index d1b6c9113..0d8dc72b2 100644 --- a/charts/kubedb-crds/crds/kubedb.com_postgreses.yaml +++ b/charts/kubedb-crds/crds/kubedb.com_postgreses.yaml @@ -115,6 +115,11 @@ spec: type: object arbiter: properties: + nodeSelector: + additionalProperties: + type: string + type: object + x-kubernetes-map-type: atomic resources: properties: limits: @@ -134,6 +139,22 @@ spec: x-kubernetes-int-or-string: true type: object type: object + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array type: object archiver: properties: diff --git a/charts/kubedb-ui-server/crds/kubedb.com_postgreses.yaml b/charts/kubedb-ui-server/crds/kubedb.com_postgreses.yaml index d1b6c9113..0d8dc72b2 100644 --- a/charts/kubedb-ui-server/crds/kubedb.com_postgreses.yaml +++ b/charts/kubedb-ui-server/crds/kubedb.com_postgreses.yaml @@ -115,6 +115,11 @@ spec: type: object arbiter: properties: + nodeSelector: + additionalProperties: + type: string + type: object + x-kubernetes-map-type: atomic resources: properties: limits: @@ -134,6 +139,22 @@ spec: x-kubernetes-int-or-string: true type: object type: object + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array type: object archiver: properties: diff --git a/crds/kubedb-crds.yaml b/crds/kubedb-crds.yaml index 9cb7206f2..fb0b41d13 100644 --- a/crds/kubedb-crds.yaml +++ b/crds/kubedb-crds.yaml @@ -85024,6 +85024,11 @@ spec: type: object arbiter: properties: + nodeSelector: + additionalProperties: + type: string + type: object + x-kubernetes-map-type: atomic resources: properties: limits: @@ -85043,6 +85048,22 @@ spec: x-kubernetes-int-or-string: true type: object type: object + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array type: object archiver: properties: