You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: argocd-helm-charts/buzz/README.md
+53-3Lines changed: 53 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,18 +57,30 @@ it is unusable under ArgoCD.
57
57
|`REDIS_URL`| at `replicaCount > 1`|`redis://buzz-redis:6379`|
58
58
|`BUZZ_S3_ACCESS_KEY`| yes in practice | Access key for the bucket |
59
59
|`BUZZ_S3_SECRET_KEY`| yes in practice | Secret key for the bucket |
60
-
|`BUZZ_RELAY_PRIVATE_KEY`|no | 64-char hex relay identity. Generated on first install if absent — **back it up**, rotating it changes the relay's identity|
60
+
|`BUZZ_RELAY_PRIVATE_KEY`|in practice yes | 64-char hex relay identity — see below|
61
61
|`BUZZ_GIT_HOOK_HMAC_SECRET`| at `replicaCount > 1`| 32+ random characters |
62
62
63
63
`<password>` is the same one sealed into `buzz-pgsql-credentials`.
64
64
65
+
`BUZZ_RELAY_PRIVATE_KEY` is optional to the relay but should always be set here. Upstream generates
66
+
one on first install, but only into the Secret the chart manages itself; with `existingSecret` set
67
+
that Secret is never rendered, so nothing generates the key and **the relay takes a new identity on
68
+
every restart**. Seal one and treat it as a backup — changing it changes who the relay is, and
0 commit comments