Skip to content

Commit

Permalink
fix: include code agent, remove redundant autoscaling config
Browse files Browse the repository at this point in the history
  • Loading branch information
soniqua committed Aug 16, 2024
1 parent 24d674e commit 4c4a51f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/snyk-broker/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: snyk-broker
version: 2.7.2
version: 2.7.3
description: A Helm chart for Kubernetes
type: application
2 changes: 0 additions & 2 deletions charts/snyk-broker/templates/code_agent_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ metadata:
app.kubernetes.io/name: {{ .Release.Name }}-ca
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: 1
{{- end }}
selector:
matchLabels:
app.kubernetes.io/name: {{ .Release.Name }}-ca
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ chart:
templates:
- broker_deployment.yaml
- cra_deployment.yaml
- code_agent_deployment.yaml
values:
- ./fixtures/default_values.yaml
- ./fixtures/default_values_cra.yaml
set:
enableCodeAgent: true

tests:
- it: disables tls trust with "disable" (string)
Expand Down

0 comments on commit 4c4a51f

Please sign in to comment.