Eli Mumford

Results 1 issues of Eli Mumford

Creating an OpenSearchCluster resource with a partial spec: ```yaml apiVersion: opensearch.opster.io/v1 kind: OpenSearchCluster metadata: name: test-opensearch namespace: default spec: security: tls: http: secret: name: test-opensearch-http ... ``` Results in: ```...

bug