Expose the cluster identifier in values.yaml
authorWard Vandewege <wvandewege@veritasgenetics.com>
Mon, 25 Jun 2018 20:37:15 +0000 (16:37 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Mon, 25 Jun 2018 20:37:15 +0000 (16:37 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

charts/arvados/config/api-server/application.yml
charts/arvados/values.yaml

index 0c8f6a1fcc25cdd540ca0aa04f1d361416cdadaf..1389fcddab69bf23671bc88f2a20e3f33b5fc37c 100644 (file)
@@ -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
index d8dda89c44af77979216d5f850b7b622466dc87b..cfa51efc1833672f5a001eb3926e3de385f50d2a 100644 (file)
@@ -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 .