Skip to content

Commit

Permalink
fix(preview-environments): Fix the deprecated Helm chart key names
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdanilov committed Oct 16, 2024
1 parent 54f757b commit 91d975f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .ci/preview-environments/charts/c8sm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ global:
# Camunda 8 Self-Managed global configurations
elasticsearch:
# necessary due to name override bugs
host: elasticsearch
url:
host: elasticsearch
identity:
auth:
# Enable Camunda Identity-based authentication
Expand Down Expand Up @@ -308,7 +309,7 @@ camunda-platform:
effect: "NoSchedule"

# WebModeler PostgreSQL
postgresql:
webModelerPostgresql:
enabled: true
fullnameOverride: web-modeler-postgresql
auth:
Expand Down Expand Up @@ -368,7 +369,7 @@ camunda-platform:
operator: "Exists"
effect: "NoSchedule"

zeebe-gateway:
zeebeGateway:
fullnameOverride: zeebe-cluster-gateway
replicas: 1
# image:
Expand Down

0 comments on commit 91d975f

Please sign in to comment.