Skip to content

Instantly share code, notes, and snippets.

@KaiWalter
Created May 16, 2020 05:32
Show Gist options
  • Save KaiWalter/2c477e8aac78d473cbf2f65279923754 to your computer and use it in GitHub Desktop.
Save KaiWalter/2c477e8aac78d473cbf2f65279923754 to your computer and use it in GitHub Desktop.
deploying Dapr app with Helm chart - apiVersion not set error
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: native
spec:
type: exporters.native
metadata:
- name: enabled
value: "true"
- name: agentEndpoint
value: "dapr-localforwarder:55678"
apiVersion: dapr.io/v1alpha1
kind: Configuration
metadata:
name: tracing
spec:
tracing:
enabled: "true"
includeBody: "true"
expandParams: "true"
samplingRate: "1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment