Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
7a341f86
Unverified
Commit
7a341f86
authored
Jul 07, 2025
by
julienmancuso
Committed by
GitHub
Jul 08, 2025
Browse files
feat: simplify k8s deployment (#1708)
parent
5505507b
Changes
84
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
455 additions
and
1075 deletions
+455
-1075
deploy/cloud/operator/internal/dynamo/graph_test.go
deploy/cloud/operator/internal/dynamo/graph_test.go
+288
-1074
deploy/cloud/operator/internal/secrets/docker.go
deploy/cloud/operator/internal/secrets/docker.go
+72
-0
deploy/cloud/operator/internal/secrets/docker_test.go
deploy/cloud/operator/internal/secrets/docker_test.go
+95
-0
pyproject.toml
pyproject.toml
+0
-1
No files found.
deploy/cloud/operator/internal/dynamo/graph_test.go
View file @
7a341f86
This diff is collapsed.
Click to expand it.
deploy/cloud/operator/internal/secrets/docker.go
0 → 100644
View file @
7a341f86
This diff is collapsed.
Click to expand it.
deploy/cloud/operator/internal/secrets/docker_test.go
0 → 100644
View file @
7a341f86
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
7a341f86
...
@@ -138,7 +138,6 @@ addopts = [
...
@@ -138,7 +138,6 @@ addopts = [
"--mypy"
,
"--mypy"
,
"--ignore-glob=*model.py"
,
"--ignore-glob=*model.py"
,
"--ignore-glob=*_inc.py"
,
"--ignore-glob=*_inc.py"
,
"--ignore-glob=deploy/cloud/api-store/*"
,
"--ignore-glob=*/llm/tensorrtllm*"
,
"--ignore-glob=*/llm/tensorrtllm*"
,
"--ignore-glob=docs/*"
,
"--ignore-glob=docs/*"
,
# FIXME: Get relative/generic blob paths to work here
# FIXME: Get relative/generic blob paths to work here
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment