Skip to content

Commit 5dabfd9

Browse files
authored
Rename ServiceID reference to ServiceIDClean (#214)
Issue #, if available: aws-controllers-k8s/community#1009 Description of changes: ServiceID was removed in a recent commit. One reference was left in clusterserviceversion.yaml.tpl. This PR simply renames that reference to ServiceIDClean to prevent breakage. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent b6b4012 commit 5dabfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/config/manifests/bases/clusterserviceversion.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
name: {{ ToLower .Plural }}.{{$.APIGroup}}
2424
version: {{$.APIVersion}}
2525
displayName: {{.Kind}}
26-
description: {{.Kind}} represents the state of an AWS {{$.ServiceID}} {{.Kind}} resource.
26+
description: {{.Kind}} represents the state of an AWS {{$.ServiceIDClean}} {{.Kind}} resource.
2727
{{- end}}
2828
description: '{{ .Description }}'
2929
displayName: {{ .DisplayName}}

0 commit comments

Comments
 (0)