Skip to content

Commit

Permalink
Merge branch 'master' into llm_eval_further_improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nherment authored Dec 9, 2024
2 parents 95e0fa9 + 38449fc commit d5e638f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion helm/holmes/templates/holmesgpt-service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,16 @@ rules:
verbs:
- get
- list

{{- if .Values.openshift }}
- apiGroups:
- apps.openshift.io
resources:
- deploymentconfigs
verbs:
- get
- list
- watch
{{- end }}
# Prometheus CRDs
- apiGroups:
- monitoring.coreos.com
Expand Down
1 change: 1 addition & 0 deletions helm/holmes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ customClusterRoleRules: []

enablePostProcessing: false
postProcessingPrompt: "builtin://generic_post_processing.jinja2"
openshift: false

tolerations: []

Expand Down

0 comments on commit d5e638f

Please sign in to comment.