Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MAIN-2918] improved a bash enricher and added an action to run it in a new pod #1697

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Avi-Robusta
Copy link
Contributor

example config

customPlaybooks:
- triggers:
  - on_prometheus_alert:
      alert_name: PodNotReady
  actions:
  - bash_enricher:
      bash_command: cat /etc/secrets/hello.txt
      custom_volume_mounts:
        - name: hello-world-secret-volume
          mountPath: "/etc/secrets"
          readOnly: true
      custom_volumes:
        - name: hello-world-secret-volume
          secret:
            secretName: hello-world-secret
Screen Shot 2025-01-20 at 11 58 05

@Avi-Robusta Avi-Robusta changed the title improved a bash enricher and added an action to run it in a new pod [MAIN-2918] improved a bash enricher and added an action to run it in a new pod Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant