Skip to content

Commit 6cf5e04

Browse files
committed
chore: make resources
1 parent 75219b6 commit 6cf5e04

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

config/deploy/manifests.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4943,6 +4943,8 @@ spec:
49434943
tenantID:
49444944
type: string
49454945
type: object
4946+
fromConfigItem:
4947+
type: string
49464948
gcp:
49474949
properties:
49484950
connection:
@@ -4995,6 +4997,52 @@ spec:
49954997
description: Skip TLS verify
49964998
type: boolean
49974999
type: object
5000+
kubernetes:
5001+
properties:
5002+
connection:
5003+
type: string
5004+
kubeconfig:
5005+
properties:
5006+
name:
5007+
type: string
5008+
value:
5009+
type: string
5010+
valueFrom:
5011+
properties:
5012+
configMapKeyRef:
5013+
properties:
5014+
key:
5015+
type: string
5016+
name:
5017+
type: string
5018+
required:
5019+
- key
5020+
type: object
5021+
helmRef:
5022+
properties:
5023+
key:
5024+
description: Key is a JSONPath expression used to fetch the key from the merged JSON.
5025+
type: string
5026+
name:
5027+
type: string
5028+
required:
5029+
- key
5030+
type: object
5031+
secretKeyRef:
5032+
properties:
5033+
key:
5034+
type: string
5035+
name:
5036+
type: string
5037+
required:
5038+
- key
5039+
type: object
5040+
serviceAccount:
5041+
description: ServiceAccount specifies the service account whose token should be fetched
5042+
type: string
5043+
type: object
5044+
type: object
5045+
type: object
49985046
type: object
49995047
description:
50005048
description: Description for the check

0 commit comments

Comments
 (0)