diff --git a/opensearch-operator/.gitignore b/opensearch-operator/.gitignore deleted file mode 100644 index d02bd12..0000000 --- a/opensearch-operator/.gitignore +++ /dev/null @@ -1 +0,0 @@ -application.yaml diff --git a/opensearch-operator/README.md b/opensearch-operator/README.md deleted file mode 100644 index 0a0fb80..0000000 --- a/opensearch-operator/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# OpenSearch operator - -Graylog is about to move away from ElasticSearch and OpenSearch is here to stay - -``` -helm repo add opensearch-operator https://opensearch-project.github.io/opensearch-k8s-operator/ -helm template opensearch-operator opensearch-operator/opensearch-operator -n opensearch-operator --version v2.6.1 > application.yaml -kubectl create namespace opensearch-operator -kubectl apply -n opensearch-operator -f application.yaml -```