Skip to content

Commit

Permalink
move to preview server values yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jun 27, 2024
1 parent 8a10651 commit cfe0c0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kubernetes/loculus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1143,11 +1143,6 @@ images:
lapisSilo: "ghcr.io/genspectrum/lapis-silo:0.2.7"
lapis: "ghcr.io/genspectrum/lapis:0.2.3"
secrets:
basicauth:
type: rawhtpasswd
data:
username: loculus
password: widetailpotato
smtp-password:
type: raw
data:
Expand Down
5 changes: 5 additions & 0 deletions kubernetes/loculus/values_preview_server.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
createTestAccounts: true
secrets:
basicauth:
type: rawhtpasswd
data:
username: loculus
password: widetailpotato
smtp-password:
type: sealedsecret
clusterWide: "true"
Expand Down

0 comments on commit cfe0c0e

Please sign in to comment.