Skip to content

Commit 82f5a72

Browse files
authored
we ran into an issue where applying the resourcegroup.kpt.dev CRD (#3622)
through an old-fashioned system towards our cluster, that the contents of the description weren't fully in US-ASCII format. this commit fixes that.
1 parent ded8c4d commit 82f5a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/live/inventoryrg.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ spec:
689689
last transition
690690
type: string
691691
reason:
692-
description: one-word CamelCase reason for the conditions
692+
description: one-word CamelCase reason for the condition's
693693
last transition
694694
type: string
695695
status:
@@ -909,7 +909,7 @@ spec:
909909
about last transition
910910
type: string
911911
reason:
912-
description: one-word CamelCase reason for the conditions
912+
description: one-word CamelCase reason for the condition's
913913
last transition
914914
type: string
915915
status:

0 commit comments

Comments
 (0)