Skip to content

Commit f154140

Browse files
committed
deploy monitoring on staging
1 parent 096c15b commit f154140

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
ARGO_MINIO_ACCESS_KEY: ${{ secrets.STAGING_ENV_ARGO_MINIO_ACCESS_KEY }}
111111
ARGO_MINIO_SECRET_KEY: ${{ secrets.STAGING_ENV_ARGO_MINIO_SECRET_KEY }}
112112
ARGO_POSTGRESQL_PASSSORD: ${{ secrets.STAGING_ENV_ARGO_POSTGRESQL_PASSSORD }}
113+
DEPLOY_PROMETHEUS_STACK: 'true'
113114
NGINX_INGRESS_CONTROLLER_ENABLED: 'true'
114115
NGINX_INGRESS_CONTROLLER_LOADBALANCER_IP: ${{ secrets.STAGING_ENV_NGINX_INGRESS_CONTROLLER_LOADBALANCER_IP }}
115116
CERT_MANAGER_USE_ACME_PROD: 'true'

0 commit comments

Comments
 (0)