Skip to content

Commit

Permalink
Fix Strongbox flag name in the doc (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel authored Oct 7, 2024
1 parent e855110 commit c11e589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Plugin supports following _plugin envs_ which can be set in ArgoCD Application c
Set following envvar:
```
- name: STRONGBOX_KEYRING_ENABLED
- name: STRONGBOX_ENABLED
value: "true"
```
Expand Down Expand Up @@ -272,7 +272,7 @@ subjects:
|-|-|-|
| ARGOCD_APP_NAME | set by argocd | name of application |
| ARGOCD_APP_NAMESPACE | set by argocd | application's destination namespace |
| STRONGBOX_KEYRING_ENABLED | "false" | Enable Strongbox for decryption |
| STRONGBOX_ENABLED | "false" | Enable Strongbox for decryption |
| STRONGBOX_KEYRING_KEY | .strongbox_keyring | the name of the secret data key which contains a valid strongbox keyring file |
| STRONGBOX_SECRET_NAMESPACE | | the name of a namespace where secret resource containing strongbox keyring is located, defaults to current |
| GIT_SSH_CUSTOM_KEY_ENABLED | "false" | Enable Git SSH building using custom (non global) key |
Expand Down

0 comments on commit c11e589

Please sign in to comment.