Skip to content

Commit

Permalink
chore(bundle): update field description
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed May 24, 2024
1 parent 3fecc9e commit eb8d7e2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/v1beta2/cryostat_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ type TargetDiscoveryOptions struct {
type DatabaseOptions struct {
// Name of the secret containing database keys. This secret must contain a CONNECTION_KEY secret which is the
// database connection password, and an ENCRYPTION_KEY secret which is the key used to encrypt sensitive data
// stored within the database, such as the target credentials keyring.
// stored within the database, such as the target credentials keyring. This field is immutable.
// +optional
// +operator-sdk:csv:customresourcedefinitions:type=spec,xDescriptors={"urn:alm:descriptor:io.kubernetes:Secret"}
SecretName *string `json:"secretName,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ metadata:
capabilities: Seamless Upgrades
categories: Monitoring, Developer Tools
containerImage: quay.io/cryostat/cryostat-operator:3.0.0-dev
createdAt: "2024-05-20T05:12:58Z"
createdAt: "2024-05-24T01:48:08Z"
description: JVM monitoring and profiling tool
operatorframework.io/initialization-resource: |-
{
Expand Down Expand Up @@ -580,6 +580,7 @@ spec:
contain a CONNECTION_KEY secret which is the database connection password,
and an ENCRYPTION_KEY secret which is the key used to encrypt sensitive
data stored within the database, such as the target credentials keyring.
This field is immutable.
displayName: Secret Name
path: databaseOptions.secretName
x-descriptors:
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 @@ -5212,7 +5212,7 @@ spec:
secret must contain a CONNECTION_KEY secret which is the database
connection password, and an ENCRYPTION_KEY secret which is the
key used to encrypt sensitive data stored within the database,
such as the target credentials keyring.
such as the target credentials keyring. This field is immutable.
type: string
type: object
enableCertManager:
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 @@ -5202,7 +5202,7 @@ spec:
secret must contain a CONNECTION_KEY secret which is the database
connection password, and an ENCRYPTION_KEY secret which is the
key used to encrypt sensitive data stored within the database,
such as the target credentials keyring.
such as the target credentials keyring. This field is immutable.
type: string
type: object
enableCertManager:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ spec:
contain a CONNECTION_KEY secret which is the database connection password,
and an ENCRYPTION_KEY secret which is the key used to encrypt sensitive
data stored within the database, such as the target credentials keyring.
This field is immutable.
displayName: Secret Name
path: databaseOptions.secretName
x-descriptors:
Expand Down

0 comments on commit eb8d7e2

Please sign in to comment.