Skip to content

Commit 2294244

Browse files
committed
chore: make resources
1 parent 7e9be58 commit 2294244

6 files changed

+36
-0
lines changed

config/deploy/crd.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -4949,6 +4949,9 @@ spec:
49494949
tenantID:
49504950
type: string
49514951
type: object
4952+
eksPodIdentity:
4953+
description: EKSPodIdentity when enabled will allow access to AWS_* env vars
4954+
type: boolean
49524955
fromConfigItem:
49534956
type: string
49544957
gcp:
@@ -5049,6 +5052,9 @@ spec:
50495052
type: object
50505053
type: object
50515054
type: object
5055+
serviceAccount:
5056+
description: ServiceAccount when enabled will allow access to KUBERNETES env vars
5057+
type: boolean
50525058
type: object
50535059
description:
50545060
description: Description for the check

config/deploy/manifests.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -4948,6 +4948,9 @@ spec:
49484948
tenantID:
49494949
type: string
49504950
type: object
4951+
eksPodIdentity:
4952+
description: EKSPodIdentity when enabled will allow access to AWS_* env vars
4953+
type: boolean
49514954
fromConfigItem:
49524955
type: string
49534956
gcp:
@@ -5048,6 +5051,9 @@ spec:
50485051
type: object
50495052
type: object
50505053
type: object
5054+
serviceAccount:
5055+
description: ServiceAccount when enabled will allow access to KUBERNETES env vars
5056+
type: boolean
50515057
type: object
50525058
description:
50535059
description: Description for the check

config/schemas/canary.schema.json

+6
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,12 @@
14591459
"fromConfigItem": {
14601460
"type": "string"
14611461
},
1462+
"eksPodIdentity": {
1463+
"type": "boolean"
1464+
},
1465+
"serviceAccount": {
1466+
"type": "boolean"
1467+
},
14621468
"kubernetes": {
14631469
"$ref": "#/$defs/KubernetesConnection"
14641470
},

config/schemas/component.schema.json

+6
Original file line numberDiff line numberDiff line change
@@ -1717,6 +1717,12 @@
17171717
"fromConfigItem": {
17181718
"type": "string"
17191719
},
1720+
"eksPodIdentity": {
1721+
"type": "boolean"
1722+
},
1723+
"serviceAccount": {
1724+
"type": "boolean"
1725+
},
17201726
"kubernetes": {
17211727
"$ref": "#/$defs/KubernetesConnection"
17221728
},

config/schemas/health_exec.schema.json

+6
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@
201201
"fromConfigItem": {
202202
"type": "string"
203203
},
204+
"eksPodIdentity": {
205+
"type": "boolean"
206+
},
207+
"serviceAccount": {
208+
"type": "boolean"
209+
},
204210
"kubernetes": {
205211
"$ref": "#/$defs/KubernetesConnection"
206212
},

config/schemas/topology.schema.json

+6
Original file line numberDiff line numberDiff line change
@@ -1687,6 +1687,12 @@
16871687
"fromConfigItem": {
16881688
"type": "string"
16891689
},
1690+
"eksPodIdentity": {
1691+
"type": "boolean"
1692+
},
1693+
"serviceAccount": {
1694+
"type": "boolean"
1695+
},
16901696
"kubernetes": {
16911697
"$ref": "#/$defs/KubernetesConnection"
16921698
},

0 commit comments

Comments
 (0)