feat(argocd-image-updater): Add k8s secret generation for ArgoCD API token (#1144)
* [image-updater] appVersion has been changed * Reword changelog Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Added argocd api key secret generation option Signed-off-by: Mikhail Alekseev <mikhailalekseev1@gmail.com> * changed docs Signed-off-by: Mikhail Alekseev <mikhailalekseev1@gmail.com> * Fix in README Signed-off-by: Mikhail Alekseev <mikhailalekseev1@gmail.com> * fix in values file Signed-off-by: Mikhail Alekseev <mikhailalekseev1@gmail.com> * fix README * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Fix changelog annotation Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Also add default labels to the newly created Secret Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
parent
4464f2a526
commit
62b5450f17
5 changed files with 42 additions and 10 deletions
|
|
@ -53,6 +53,8 @@ config:
|
|||
insecure: false
|
||||
# -- If specified, use an unencrypted HTTP connection to the ArgoCD API instead of TLS.
|
||||
plaintext: false
|
||||
# -- If specified, the secret with ArgoCD API key will be created.
|
||||
token: ""
|
||||
|
||||
# -- Disable kubernetes events
|
||||
disableKubeEvents: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue