Skip to content

Commit

Permalink
ci: PLT-286: Fix YAML KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Mar 25, 2024
1 parent d806555 commit a07c1b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/argocd-create-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ env:
DOMAIN: "dev.heartex.com"
TEMPLATE_DIR: "vars/aws/dev.heartex.com/k8s/prompt/templates/adala"
APPS_DIR: "vars/aws/dev.heartex.com/k8s/prompt"
DOCKER_IMAGE_VALUES_YAML_KEY: ".app.deployment.image.tag"
REPLICA_COUNT_VALUES_YAML_KEY: ".app.deployment.replicaCount"
DOCKER_IMAGE_VALUES_YAML_KEY: ".*.deployment.image.tag"
REPLICA_COUNT_VALUES_YAML_KEY: ".*.deployment.replicaCount"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/argocd-scale-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
DOMAIN: "dev.heartex.com"
TEMPLATE_DIR: "vars/aws/dev.heartex.com/k8s/prompt/templates/adala"
APPS_DIR: "vars/aws/dev.heartex.com/k8s/prompt"
REPLICA_COUNT_VALUES_YAML_KEY: ".app.deployment.replicaCount"
REPLICA_COUNT_VALUES_YAML_KEY: ".*.deployment.replicaCount"

jobs:

Expand Down

0 comments on commit a07c1b1

Please sign in to comment.