Skip to content

Commit

Permalink
chore: make resources
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Dec 23, 2024
1 parent 75219b6 commit 6cf5e04
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4943,6 +4943,8 @@ spec:
tenantID:
type: string
type: object
fromConfigItem:
type: string
gcp:
properties:
connection:
Expand Down Expand Up @@ -4995,6 +4997,52 @@ spec:
description: Skip TLS verify
type: boolean
type: object
kubernetes:
properties:
connection:
type: string
kubeconfig:
properties:
name:
type: string
value:
type: string
valueFrom:
properties:
configMapKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
helmRef:
properties:
key:
description: Key is a JSONPath expression used to fetch the key from the merged JSON.
type: string
name:
type: string
required:
- key
type: object
secretKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
serviceAccount:
description: ServiceAccount specifies the service account whose token should be fetched
type: string
type: object
type: object
type: object
type: object
description:
description: Description for the check
Expand Down

0 comments on commit 6cf5e04

Please sign in to comment.