Skip to content

Commit

Permalink
chore: template fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Feb 13, 2024
1 parent 7f2c21c commit d69d50d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions agent-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ spec:
{{- range $k, $v := .Values.extraArgs}}
- --{{$k}}={{$v}}
{{- end }}
{{- if (tpl .Values.otel.collector .) }}
- --otel-collector-url={{ tpl .Values.otel.collector . | default "" }}
{{- end }}
{{- if (tpl .Values.otel.serviceName .) }}
- --otel-service-name={{ tpl .Values.otel.serviceName . | default "mission-control" }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
startupProbe:
Expand Down
2 changes: 1 addition & 1 deletion agent-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ db:
jwtSecretKeyRef:
name: incident-commander-postgrest-jwt
key: PGRST_JWT_SECRET
storageClass:
storageClass: default
storage: 20Gi
shmVolume: 256Mi
resources:
Expand Down

0 comments on commit d69d50d

Please sign in to comment.