From 9821e4d06e1fb6f0b1dc802d5da21c8458dfc502 Mon Sep 17 00:00:00 2001 From: gisele-igore Date: Tue, 4 Apr 2023 10:43:46 +0200 Subject: [PATCH] Fix run cmd --- devops/charts/Chart.yaml | 2 +- devops/charts/values.yaml | 2 +- package-lock.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devops/charts/Chart.yaml b/devops/charts/Chart.yaml index e679c96e..88a9aa57 100644 --- a/devops/charts/Chart.yaml +++ b/devops/charts/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.3.5 +appVersion: 0.3.8 diff --git a/devops/charts/values.yaml b/devops/charts/values.yaml index d7862bd4..b5c80d5b 100644 --- a/devops/charts/values.yaml +++ b/devops/charts/values.yaml @@ -4,7 +4,7 @@ namespace: lecoffre lecoffreBack: serviceAccountName: lecoffre-back-sa - command: "'sh', '-c', '. /vault/secrets/envs-api && npm start'" + command: "'sh', '-c', '. /vault/secrets/envs-api && npm run api:start'" vault: role : custom_lecoffre-back_injector_rol server: https://vault-stg.smart-chain.fr diff --git a/package-lock.json b/package-lock.json index 0b0fc1a9..1cd68512 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "lecoffre", + "name": "lecoffre-back", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "lecoffre", + "name": "lecoffre-back", "version": "1.0.0", "license": "ISC", "dependencies": {