Skip to content

Commit

Permalink
Merge pull request grafana#79 from periklis/backport-pr-7744
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis authored Nov 22, 2022
2 parents 0f3f632 + 3f75cb2 commit d63eb8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Main

- [7744](https://github.com/grafana/loki/pull/7744) **periklis**: Fix object storage TLS spec CAKey descriptor
- [7716](https://github.com/grafana/loki/pull/7716) **aminesnow**: Migrate API docs generation tool
- [7710](https://github.com/grafana/loki/pull/7710) **periklis**: Fix LokiStackController watches for cluster-scoped resources
- [7682](https://github.com/grafana/loki/pull/7682) **periklis**: Refactor cluster proxy to use configv1.Proxy on OpenShift
- [7711](https://github.com/grafana/loki/pull/7711) **Red-GV**: Remove default value from replicationFactor field
- [7617](https://github.com/grafana/loki/pull/7617) **Red-GV**: Modify ingestionRate for respective shirt size
- [7214](https://github.com/grafana/loki/pull/7214) **periklis**: Fix ruler GRPC tls client configuration
Expand Down
2 changes: 1 addition & 1 deletion operator/apis/loki/v1/lokistack_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ type ObjectStorageTLSSpec struct {
// +optional
// +kubebuilder:validation:optional
// +kubebuilder:default:=service-ca.crt
// +operator-sdk:csv:customresourcedefinitions:type=spec,xDescriptors="urn:alm:descriptor:io.kubernetes:ConfigMap",displayName="CA ConfigMap Key"
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="CA ConfigMap Key"
CAKey string `json:"caKey,omitempty"`
// CA is the name of a ConfigMap containing a CA certificate.
// It needs to be in the same namespace as the LokiStack custom resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,6 @@ spec:
It needs to be in the same namespace as the LokiStack custom resource.
displayName: CA ConfigMap Key
path: storage.tls.caKey
x-descriptors:
- urn:alm:descriptor:io.kubernetes:ConfigMap
- description: CA is the name of a ConfigMap containing a CA certificate. It
needs to be in the same namespace as the LokiStack custom resource.
displayName: CA ConfigMap Name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,6 @@ spec:
It needs to be in the same namespace as the LokiStack custom resource.
displayName: CA ConfigMap Key
path: storage.tls.caKey
x-descriptors:
- urn:alm:descriptor:io.kubernetes:ConfigMap
- description: CA is the name of a ConfigMap containing a CA certificate. It
needs to be in the same namespace as the LokiStack custom resource.
displayName: CA ConfigMap Name
Expand Down

0 comments on commit d63eb8d

Please sign in to comment.