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 47f2802 commit b8539e0Copy full SHA for b8539e0
couchdb/templates/NOTES.txt
@@ -18,3 +18,15 @@ 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
25
+NOTE: You are using an auto-generated value for the Erlang Cookie
26
+ - We recommend making this value persistent by setting it in: `erlangFlags.setcookie`
27
+ - Changing this value can cause problems for the Couch DB installation (particularly upgrades / config changes)
28
+ - You can get the current value with:
29
+```
30
+kubectl -n {{ $.Release.Namespace }} get secret {{ include "couchdb.fullname" . }} --template='{{print "{{" }}index .data "erlangCookie" | base64decode{{ print "}}" }}'
31
32
+{{- end }}
0 commit comments