Skip to content

Commit

Permalink
Fix failing Jenkins builds. First attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Todor Videv committed May 14, 2024
1 parent 73d866c commit 30f247f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helm/content-rw-elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
service:
name: "" # The name of the service, should be defined in the specific app-configs folder.
hasHealthcheck: "true"
openPolicyAgentSidecar:
name: open-policy-agent
repository: openpolicyagent/opa
tag: 0.62.1
pullPolicy: IfNotPresent
serviceAccountName: eksctl-content-rw-elasticsearch-serviceaccount
replicaCount: 2
image:
repository: coco/content-rw-elasticsearch
version: "" # should be set explicitly at installation
pullPolicy: IfNotPresent
openPolicyAgentSidecar:
name: open-policy-agent
repository: openpolicyagent/opa
tag: 0.62.1
pullPolicy: IfNotPresent
resources:
requests:
memory: 64Mi
Expand Down

0 comments on commit 30f247f

Please sign in to comment.