diff --git a/docs/operator-manual/argocd-secret.yaml b/docs/operator-manual/argocd-secret.yaml index 7dfd3e3407..b436b58488 100644 --- a/docs/operator-manual/argocd-secret.yaml +++ b/docs/operator-manual/argocd-secret.yaml @@ -24,6 +24,13 @@ data: # Shared secrets for authenticating GitHub, GitLab, BitBucket webhook events (optional). # See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/webhook.md for additional details. - github.webhook.secret: - gitlab.webhook.secret: - bitbucket.webhook.uuid: + # github webhook secret + webhook.github.secret: shhhh! it's a github secret + # gitlab webhook secret + webhook.gitlab.secret: shhhh! it's a gitlab secret + # bitbucket webhook secret + webhook.bitbucket.uuid: your-bitbucket-uuid + # bitbucket server webhook secret + webhook.bitbucketserver.secret: shhhh! it's a bitbucket server secret + # gogs server webhook secret + webhook.gogs.secret: shhhh! it's a gogs server secret