KeptnConfig

Learn what Keptn Configs are and how to use them

Keptn Config

A KeptnConfig CRD defines configuration values for the Keptn Lifecycle Toolkit. Currently, it can be used to configure the URL of the OpenTelemetry collector.

A KeptnConfig looks like the following:

apiVersion: options.keptn.sh/v1alpha1
kind: KeptnConfig
metadata:
  name: keptnconfig-sample
spec:
  OTelCollectorUrl: 'otel-collector:4317'
Last modified 2023-05-03: releasing documentation v0.7.1 (f2d8be6)