From 5eea1033109f2da62448b2e4169858c121d8728f Mon Sep 17 00:00:00 2001 From: yuyi Date: Sun, 4 Feb 2024 17:07:41 +0800 Subject: [PATCH] chore(manifests): update manifests by export-charts --- charts/ob-operator/templates/operator.yaml | 4 ++++ deploy/operator.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/charts/ob-operator/templates/operator.yaml b/charts/ob-operator/templates/operator.yaml index 63f000910..7c3b5297b 100644 --- a/charts/ob-operator/templates/operator.yaml +++ b/charts/ob-operator/templates/operator.yaml @@ -5731,6 +5731,8 @@ spec: type: string ready: type: boolean + serviceIp: + type: string startServiceTime: format: int64 type: integer @@ -11882,6 +11884,8 @@ spec: properties: server: type: string + serviceIP: + type: string status: type: string required: diff --git a/deploy/operator.yaml b/deploy/operator.yaml index c28b66b5d..3ea179995 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -5744,6 +5744,8 @@ spec: type: string ready: type: boolean + serviceIp: + type: string startServiceTime: format: int64 type: integer @@ -11895,6 +11897,8 @@ spec: properties: server: type: string + serviceIP: + type: string status: type: string required: