Skip to content

Commit

Permalink
Update helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvigneshwars committed Apr 26, 2024
1 parent 8c1c124 commit 300be5e
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 23 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "fluoresence-scan",
"name": "fluoresence_scan",
"dockerComposeFile": "docker-compose.yml",
"service": "fluorescence-scan",
"service": "fluoresence_scan",
"customizations": {
"vscode": {
"extensions": [
"ms-kubernetes-tools.vscode-kubernetes-tools",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"tsandall.opa",
"mtxr.sqltools-driver-mysql",
"cweijan.vscode-database-client2"
]
}
Expand All @@ -20,4 +21,4 @@
}
},
"workspaceFolder": "/workspace"
}
}
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"

services:
fluorescence-scan:
fluoresence_scan:
build:
context: .
dockerfile: Dockerfile
Expand Down
19 changes: 0 additions & 19 deletions charts/flourescence_scan/templates/ispyb-secret.yaml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 300be5e

Please sign in to comment.