From 31e30fbf6eaaff02d38973ac59d94fe309106f14 Mon Sep 17 00:00:00 2001 From: Konstantin <34882943+nouseforaname@users.noreply.github.com> Date: Wed, 27 Nov 2019 18:54:51 +0100 Subject: [PATCH] fixed docs with proper keys for secret data (#2777) --- docs/operator-manual/argocd-secret.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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