We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }}
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
No branches or pull requests
Currently there is no options to manage through values files url of runner in template:
The text was updated successfully, but these errors were encountered: