Skip to content

Commit 81528dd

Browse files
committed
set DEPLOY_PROMETHEUS_STACK to true in github actions
1 parent ab75e7d commit 81528dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
ARGO_MINIO_ACCESS_KEY: ${{ secrets.DEV_ENV_ARGO_MINIO_ACCESS_KEY }}
108108
ARGO_MINIO_SECRET_KEY: ${{ secrets.DEV_ENV_ARGO_MINIO_SECRET_KEY }}
109109
ARGO_POSTGRESQL_PASSSORD: ${{ secrets.DEV_ENV_ARGO_POSTGRESQL_PASSSORD }}
110+
DEPLOY_PROMETHEUS_STACK: 'true'
110111
NGINX_INGRESS_CONTROLLER_ENABLED: 'true'
111112
NGINX_INGRESS_CONTROLLER_LOADBALANCER_IP: ${{ secrets.DEV_ENV_NGINX_INGRESS_CONTROLLER_LOADBALANCER_IP }}
112113
CERT_MANAGER_USE_ACME_PROD: 'true'

0 commit comments

Comments
 (0)