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: deploy/charts/github-token-manager/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ commonAnnotations | Common annotations for all resources | `{}`
33
33
34
34
The `config.provider` field supported options are:
35
35
-`aws`: The GitHub App private key is stored in AWS KMS (asymmetric, RSA_2048, sign and verify key) and the `config.key` field should be set to the alias of this KMS key.
36
-
-`file`: The GitHub App private key is stored in a file and the `config.key` field should be set to the path to this file.
36
+
-`file`: The GitHub App private key is embedded by YAML multiline string in the `config.key` field.
37
37
-`gcp`: The GitHub App private key is stored in GCP KMS.
38
38
-`vault`: The GitHub App private key is stored in HashiCorp Vault.
0 commit comments