From 41cd93847326b77ec7a2ad60225ceecdef6c3fc3 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Mon, 25 Jun 2018 16:37:15 -0400 Subject: [PATCH] Expose the cluster identifier in values.yaml No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- charts/arvados/config/api-server/application.yml | 2 +- charts/arvados/values.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/arvados/config/api-server/application.yml b/charts/arvados/config/api-server/application.yml index 0c8f6a1..1389fcd 100644 --- a/charts/arvados/config/api-server/application.yml +++ b/charts/arvados/config/api-server/application.yml @@ -20,7 +20,7 @@ common: # The prefix used for all database identifiers to identify the record as # originating from this site. Must be exactly 5 alphanumeric characters # (lowercase ASCII letters and digits). - uuid_prefix: vwxyz + uuid_prefix: {{ .Values.uuidPrefix }} # secret_token is a string of alphanumeric characters used by Rails # to sign session tokens. IMPORTANT: This is a site secret. It diff --git a/charts/arvados/values.yaml b/charts/arvados/values.yaml index d8dda89..cfa51ef 100644 --- a/charts/arvados/values.yaml +++ b/charts/arvados/values.yaml @@ -26,6 +26,9 @@ anonymousUserSecret: "thisisnotaverygoodanonymoussecretstring00000000000" compute: nodes: 4 +# The cluster identifier, a 5 character alphanumeric string +uuidPrefix: vwxyz + # The package versions for this Arvados cluster. Also see # # curl http://versions.arvados.org/v1/commit/ | jq . -- 2.30.2