From 61e32678911993ca11b9754d5090f4b9adc45232 Mon Sep 17 00:00:00 2001 From: Ming Wang Date: Thu, 18 Jul 2024 14:45:02 -0400 Subject: [PATCH] fix storage/database typo --- api/v1beta1/cryostat_types.go | 2 +- bundle/manifests/cryostat-operator.clusterserviceversion.yaml | 2 +- bundle/manifests/operator.cryostat.io_cryostats.yaml | 2 +- config/crd/bases/operator.cryostat.io_cryostats.yaml | 2 +- .../bases/cryostat-operator.clusterserviceversion.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/v1beta1/cryostat_types.go b/api/v1beta1/cryostat_types.go index fd06ecd5..a6f7269b 100644 --- a/api/v1beta1/cryostat_types.go +++ b/api/v1beta1/cryostat_types.go @@ -517,7 +517,7 @@ type SecurityOptions struct { // +optional // +operator-sdk:csv:customresourcedefinitions:type=spec StorageSecurityContext *corev1.SecurityContext `json:"storageSecurityContext,omitempty"` - // Security Context to apply to the storage container. + // Security Context to apply to the database container. // +optional // +operator-sdk:csv:customresourcedefinitions:type=spec DatabaseSecurityContext *corev1.SecurityContext `json:"databaseSecurityContext,omitempty"` diff --git a/bundle/manifests/cryostat-operator.clusterserviceversion.yaml b/bundle/manifests/cryostat-operator.clusterserviceversion.yaml index 12bb219c..adae2ad2 100644 --- a/bundle/manifests/cryostat-operator.clusterserviceversion.yaml +++ b/bundle/manifests/cryostat-operator.clusterserviceversion.yaml @@ -686,7 +686,7 @@ spec: - description: Security Context to apply to the JFR Data Source container. displayName: Data Source Security Context path: securityOptions.dataSourceSecurityContext - - description: Security Context to apply to the storage container. + - description: Security Context to apply to the database container. displayName: Database Security Context path: securityOptions.databaseSecurityContext - description: Security Context to apply to the Grafana container. diff --git a/bundle/manifests/operator.cryostat.io_cryostats.yaml b/bundle/manifests/operator.cryostat.io_cryostats.yaml index 2704b28b..71ff3fba 100644 --- a/bundle/manifests/operator.cryostat.io_cryostats.yaml +++ b/bundle/manifests/operator.cryostat.io_cryostats.yaml @@ -3639,7 +3639,7 @@ spec: type: object type: object databaseSecurityContext: - description: Security Context to apply to the storage container. + description: Security Context to apply to the database container. properties: allowPrivilegeEscalation: description: |- diff --git a/config/crd/bases/operator.cryostat.io_cryostats.yaml b/config/crd/bases/operator.cryostat.io_cryostats.yaml index 16ebe539..96108bca 100644 --- a/config/crd/bases/operator.cryostat.io_cryostats.yaml +++ b/config/crd/bases/operator.cryostat.io_cryostats.yaml @@ -3628,7 +3628,7 @@ spec: type: object type: object databaseSecurityContext: - description: Security Context to apply to the storage container. + description: Security Context to apply to the database container. properties: allowPrivilegeEscalation: description: |- diff --git a/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml b/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml index 636add06..c56fbec0 100644 --- a/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml @@ -756,7 +756,7 @@ spec: - description: Security Context to apply to the JFR Data Source container. displayName: Data Source Security Context path: securityOptions.dataSourceSecurityContext - - description: Security Context to apply to the storage container. + - description: Security Context to apply to the database container. displayName: Database Security Context path: securityOptions.databaseSecurityContext - description: Security Context to apply to the Grafana container.