Skip to content

Commit

Permalink
fix storage/database typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Jul 18, 2024
1 parent f8cbd85 commit 61e3267
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/cryostat_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/operator.cryostat.io_cryostats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/operator.cryostat.io_cryostats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 61e3267

Please sign in to comment.