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

Add option to pass through values files url of robusta runner to template of ConfigMap kubewatch-config for managing url format #1521

Open
belyistan opened this issue Aug 7, 2024 · 1 comment

Comments

@belyistan
Copy link

Currently there is no options to manage through values files url of runner in template:

kind: ConfigMap
metadata:
  name: {{ include "robusta.fullname" . }}-kubewatch-config
  namespace: {{ .Release.Namespace }}
data:
  .kubewatch.yaml: |-
    handler:
      cloudevent:
        url: "http://{{ include "robusta.fullname" . }}-runner:80/api/handle"
{{ toYaml .Values.kubewatch.config | indent 4 }}
Copy link

github-actions bot commented Aug 7, 2024

Hi 👋, thanks for opening an issue! Please note, it may take some time for us to respond, but we'll get back to you as soon as we can!

  • 💬 Slack Community: Join Robusta team and other contributors on Slack here.
  • 📖 Docs: Find our documentation here.
  • 🎥 YouTube Channel: Watch our videos here.

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

No branches or pull requests

1 participant