-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathschema.yaml
47 lines (46 loc) · 1.26 KB
/
schema.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
application_api_version: v1beta1
properties:
name:
type: string
x-google-marketplace:
type: NAME
namespace:
type: string
x-google-marketplace:
type: NAMESPACE
datadogAgentImage:
type: string
default: 'gcr.io/datadog-public/datadog:6'
x-google-marketplace:
type: IMAGE
apiKey:
title: Datadog API key
description: Get your Datadog API key at https://app.datadoghq.com/account/settings#api
type: string
maxLength: 45
x-google-marketplace:
type: STRING
string:
generatedProperties:
base64Encoded: apiKeyEncoded
serviceAccount:
title: Datadog Service Account
description: >-
Name of a service account in the target namespace that
has all permissions required by the Datadog Agent. Please create a ClusterRole
with the required permissions first.
See the full list at https://docs.datadoghq.com/integrations/faq/using-rbac-permission-with-your-kubernetes-integration/
type: string
x-google-marketplace:
type: SERVICE_ACCOUNT
serviceAccount:
roles:
- type: ClusterRole
rulesType: PREDEFINED
rulesFromRoleName: cluster-admin
required:
- name
- namespace
- datadogAgentImage
- apiKey
- serviceAccount