Skip to content

Commit

Permalink
enable holmes AI for robusta
Browse files Browse the repository at this point in the history
  • Loading branch information
cedi committed Sep 22, 2024
1 parent ac54874 commit 3ba0b1c
Show file tree
Hide file tree
Showing 9 changed files with 490 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .sops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ creation_rules:
- path_regex: charts\/.*\/.*secret\.yaml
age: "age1r9chn8pl3d4msxktw457x3xz2l8p04pwuyd7pkgldkmkakras5ks7tfsyq,age10hzpv26wext204acftvf2n8r6hmnnwxdpkngzaysllpwynccjvjsjvhq4z,age1l4lhmkmvr4lype9x4dm3y9lxk2uekqwwj65mp4c36tnph6ytfakqesnats"
- path_regex: kustomize\/.*\/.*secret\.yaml
encrypted_regex: "^(data|stringData|spec|bot_token|chat_id|url)$"
encrypted_regex: "^(data|stringData|spec|bot_token|chat_id|url|token|signing_key|account_id)$"
age: "age1r9chn8pl3d4msxktw457x3xz2l8p04pwuyd7pkgldkmkakras5ks7tfsyq,age10hzpv26wext204acftvf2n8r6hmnnwxdpkngzaysllpwynccjvjsjvhq4z,age1l4lhmkmvr4lype9x4dm3y9lxk2uekqwwj65mp4c36tnph6ytfakqesnats"
- path_regex: manifests\/.*\/.*secret\.yaml
encrypted_regex: "^(data|stringData|spec)$"
Expand Down
17 changes: 14 additions & 3 deletions kustomize/bases/robusta/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,23 @@ globalConfig:
signing_key: foobar2342
account_id: foobar4223
sinksConfig:
- robusta_sink:
name: robusta_ui_sink
token: token2342
- robusta_sink:
name: robusta_ui_sink
token: token2342
enablePlatformPlaybooks: true
runner:
sendAdditionalTelemetry: true
rsa:
private: private2342
public: public2342

enableHolmesGPT: true
holmes:
additionalEnvVars:
- name: MODEL
value: gpt-4o
- name: OPENAI_API_KEY
valueFrom:
secretKeyRef:
name: holmes-secrets
key: openAiKey
Loading

0 comments on commit 3ba0b1c

Please sign in to comment.