Skip to content

Commit

Permalink
update system test
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-elastic committed Apr 15, 2024
1 parent 7927bfe commit 2f33dd5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 189 deletions.
11 changes: 4 additions & 7 deletions packages/mongodb_atlas/_dev/deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
FROM golang:1.20
FROM golang:1.19

WORKDIR /app
COPY ./mongodb_atlas /go
CMD ["./test"]

COPY ./mongodb_atlas .

RUN go mod download

CMD ["go","run","main.go"]
HEALTHCHECK --interval=1s --retries=90 CMD curl localhost:7780/api/atlas/v2/groups/mongodb-group1/processes --digest -u admin:MongoDB@123

This file was deleted.

178 changes: 0 additions & 178 deletions packages/mongodb_atlas/_dev/deploy/docker/mongodb_atlas/main.go

This file was deleted.

File renamed without changes.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/mongodb_atlas/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ policy_templates:
multi: false
required: true
show_user: true
secret: true
secret: false
owner:
github: elastic/obs-infraobs-integrations
type: elastic

0 comments on commit 2f33dd5

Please sign in to comment.