Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make cryptono optional #2172

Merged
merged 1 commit into from
May 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/ovh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ binderhub:
imageGCThresholdLow: 30e9
imageGCThresholdType: "absolute"

cryptono:
enabled: false

grafana:
ingress:
Expand Down
4 changes: 3 additions & 1 deletion config/turing.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
projectName: turing


letsencrypt:
contactEmail: drsarahlgibson@gmail.com

Expand Down Expand Up @@ -70,6 +69,9 @@ binderhub:
imageGCThresholdLow: 30e9
imageGCThresholdType: "absolute"

cryptono:
enabled: false

grafana:
ingress:
annotations:
Expand Down
1 change: 1 addition & 0 deletions mybinder/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ dependencies:
- name: cryptnono
version: 0.0.1-n012.h3e298eb
repository: https://yuvipanda.github.io/cryptnono/
condition: cryptono.enabled
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignore previous comment. It is referencing this so all is good!

1 change: 1 addition & 0 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cryptnono:
enabled: true
tolerations:
# deploy anti-cryptomining cryptnono on all nodes
- effect: NoSchedule
Expand Down