Skip to content

Commit

Permalink
Rebase and regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
charith-elastic committed Jun 23, 2020
1 parent 8dd608f commit baf608a
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions hack/manifest-gen/assets/charts/eck/crds/all-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,10 @@ spec:
type: string
type:
description: Type is the type of the Beat to deploy (filebeat, metricbeat,
heartbeat, etc.). Any string can be used, but well-known types will
be recognized and will allow to provide sane default configurations.
heartbeat, auditbeat, journalbeat, packetbeat, etc.). Any string can
be used, but well-known types will have the image field defaulted
and have the appropriate Elasticsearch roles created automatically.
It also allows for dashboard setup when combined with a `KibanaRef`.
maxLength: 20
pattern: '[a-zA-Z0-9-]+'
type: string
Expand Down Expand Up @@ -1773,20 +1775,15 @@ spec:
description: Config holds the Enterprise Search configuration.
type: object
configRef:
description: 'ConfigRef contains references to Kubernetes Secrets holding
the Enterprise Search configuration. Configuration settings are merged
and have prcedence over plain text settings specified in `config`.
Multiple secrets can be referenced: if duplicate settings exist in
multiple secrets, the last one takes precedence.'
items:
description: ConfigSource references configuration settings to include
in the Enterprise Search configuration.
properties:
secretName:
description: SecretName is the name of the secret.
type: string
type: object
type: array
description: ConfigRef contains a reference to an existing Kubernetes
Secret holding the Enterprise Search configuration. Configuration
settings are merged and have precedence over settings specified in
`config`.
properties:
secretName:
description: SecretName is the name of the secret.
type: string
type: object
count:
description: Count of Enterprise Search instances to deploy.
format: int32
Expand Down

0 comments on commit baf608a

Please sign in to comment.