Skip to content

Commit

Permalink
Add support for OpenSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Sep 28, 2023
1 parent 06ff962 commit d5a2031
Show file tree
Hide file tree
Showing 5 changed files with 857 additions and 288 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build:

aiven-types:
FROM +prepare
RUN for type in redis; do \
RUN for type in redis opensearches; do \
curl -sSL https://raw.githubusercontent.com/aiven/aiven-operator/main/config/crd/bases/aiven.io_${type}.yaml | kopium -Af - > aiven_${type}.rs; \
done
SAVE ARTIFACT aiven_*.rs AS LOCAL src/aiven_types/
Expand Down
Loading

0 comments on commit d5a2031

Please sign in to comment.