Skip to content

Commit

Permalink
Added new config to values.yaml (#120)
Browse files Browse the repository at this point in the history
* Added new config to values.yaml

* updated chart ver
  • Loading branch information
muali14 authored May 12, 2023
1 parent e6443b9 commit a3116e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/reana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ sources:
- https://github.com/reanahub/pytest-reana
- https://github.com/reanahub/www.reana.io
type: application
version: 0.9.1
version: 0.9.2
appVersion: 0.9.1
12 changes: 12 additions & 0 deletions charts/reana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# `reana_hostname` should be set for third party integrations to work and for
# production deployments to be secure.

# The label to apply to this deployment,
# used to manage multiple instances of the same application
Instance: default

debug:
enabled: false
eos:
Expand Down Expand Up @@ -165,3 +169,11 @@ quota:
# backward compatibility
disk_update: "0 3 * * *" # everyday at 3am
termination_update_policy: ""

### SLATE-START ###
SLATE:
Cluster:
DNSName: "some-cluster.slateci.net"
Instance:
ID: "untagged"
### SLATE-END ###

0 comments on commit a3116e8

Please sign in to comment.