fix: argocd auth token var
This commit is contained in:
parent
1ec97bef02
commit
ed9838a682
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ steps:
|
|||
- name: "argo"
|
||||
# renovate: datasource=docker depName=quay.io/argoproj/argocd
|
||||
image: "cr.simoncor.net/quay/argoproj/argocd:v3.4.2"
|
||||
environment:
|
||||
ARGOCD_AUTH_TOKEN:
|
||||
from_secret: "argocd_auth_token"
|
||||
commands:
|
||||
- argocd app actions run docs-simoncor-net restart
|
||||
--kind Deployment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue