Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Correct schema for CRD's labels on deployment YAMLs
Browse files Browse the repository at this point in the history
  • Loading branch information
lrgar committed Dec 18, 2019
1 parent e4f8a60 commit d6ae644
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions deploy/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,10 @@ spec:
description: Name of the service account for the OneAgent
type: string
labels:
description: Customer defined labels for OneAgent pods
type: map
additionalProperties:
type: string
description: Labels for the OneAgent pods
type: object
skipCertCheck:
description:
Disable certificate validation checks for installer download
Expand Down
6 changes: 4 additions & 2 deletions deploy/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,10 @@ spec:
description: Name of the service account for the OneAgent
type: string
labels:
description: Customer defined labels for OneAgent pods
type: map
additionalProperties:
type: string
description: Labels for the OneAgent pods
type: object
skipCertCheck:
description:
Disable certificate validation checks for installer download
Expand Down

0 comments on commit d6ae644

Please sign in to comment.