forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make manifests friendly to `kubectl apply` semantics by omitting `data:` field RBAC docs improvements
- Loading branch information
Showing
10 changed files
with
125 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
--- | ||
# NOTE: the values in this secret will be populated by the initial startup of the API | ||
# NOTE: some values in this secret will be populated by the initial startup of the API server | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: argocd-secret | ||
type: Opaque | ||
# bcrypt hash of the admin password | ||
#admin.password: | ||
|
||
# random server signature key for session validation | ||
#server.secretkey: | ||
|
||
#data: | ||
# TLS certificate and private key for API server | ||
#server.crt: | ||
#server.key: | ||
# server.crt: | ||
# server.key: | ||
|
||
# The following keys hold the shared secret for authenticating GitHub/GitLab/BitBucket webhook | ||
# events. To enable webhooks, configure one or more of the following keys with the shared git | ||
# provider webhook secret. The payload URL configured in the git provider should use the | ||
# /api/webhook endpoint of your ArgoCD instance (e.g. https://argocd.example.com/api/webhook) | ||
#github.webhook.secret: | ||
#gitlab.webhook.secret: | ||
#bitbucket.webhook.uuid: | ||
# github.webhook.secret: | ||
# gitlab.webhook.secret: | ||
# bitbucket.webhook.uuid: | ||
|
||
# bcrypt hash of the admin password (autogenerated on initial startup). | ||
# To reset a forgotten password, delete this key and restart the argocd-server | ||
# admin.password: | ||
|
||
# random server signature key for session validation (autogenerated on initial startup) | ||
# server.secretkey: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters