diff options
author | makefunstuff <[email protected]> | 2024-06-29 22:24:11 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 22:24:11 +0200 |
commit | 871862da33a7982f397b54aad5d659996c74f1f1 (patch) | |
tree | 647fbe0a33f41412ec1ff62ecaafd2add5788e81 /tools/eck-operator/templates | |
parent | 5603580954fab7a0bf5ce4286c9312aaf0f79e8b (diff) | |
download | k3s-lab-871862da33a7982f397b54aad5d659996c74f1f1.tar.gz |
typo
Diffstat (limited to 'tools/eck-operator/templates')
-rw-r--r-- | tools/eck-operator/templates/beat.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/eck-operator/templates/beat.yaml b/tools/eck-operator/templates/beat.yaml index 5e8bd25..679a021 100644 --- a/tools/eck-operator/templates/beat.yaml +++ b/tools/eck-operator/templates/beat.yaml @@ -1,4 +1,4 @@ -aapiVersion: beat.k8s.elastic.co/v1beta1 +apiVersion: beat.k8s.elastic.co/v1beta1 kind: Beat metadata: name: log-storage |