From a3116e8c192a91bfcdaad5f79ecd28b22fa67ffc Mon Sep 17 00:00:00 2001 From: Muhammad A <56032207+muali14@users.noreply.github.com> Date: Fri, 12 May 2023 17:23:19 -0400 Subject: [PATCH] Added new config to values.yaml (#120) * Added new config to values.yaml * updated chart ver --- charts/reana/Chart.yaml | 2 +- charts/reana/values.yaml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/charts/reana/Chart.yaml b/charts/reana/Chart.yaml index a6a77b6..f90ec9f 100644 --- a/charts/reana/Chart.yaml +++ b/charts/reana/Chart.yaml @@ -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 diff --git a/charts/reana/values.yaml b/charts/reana/values.yaml index a5c94ac..9b66443 100644 --- a/charts/reana/values.yaml +++ b/charts/reana/values.yaml @@ -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: @@ -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 ###