We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e1322 commit 929684eCopy full SHA for 929684e
couchdb/templates/NOTES.txt
@@ -18,3 +18,14 @@ some required system databases:
18
{{- end }}
19
20
Then it's time to relax.
21
+
22
+{{- $erlangCookie := .Values.erlangFlags.setcookie }}
23
+{{- if (empty $erlangCookie) }}
24
+NOTE: You are using an auto-generated value for the Erlang Cookie
25
+ - We recommend making this value persistent by setting it in: `erlangFlags.setcookie`
26
+ - Changing this value can cause problems for the Couch DB installation (particularly upgrades / config changes)
27
+ - You can get the current value with:
28
+```
29
+kubectl -n {{ $.Release.Namespace }} get secret {{ include "couchdb.fullname" . }} --template='{{print "{{" }}index .data "erlangCookie" | base64decode{{ print "}}" }}'
30
31
+{{- end }}
0 commit comments