Skip to content

Commit 13be086

Browse files
committed
replace hardcoded apiversion with contextual apiversion
Signed-off-by: Jose R. Gonzalez <[email protected]>
1 parent 943efb0 commit 13be086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/config/samples/sample.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- range .Samples -}}
22
---
3-
apiVersion: s3.services.k8s.aws/v1alpha1
3+
apiVersion: {{$.APIGroup}}/{{$.APIVersion}}
44
kind: {{.Kind}}
55
metadata:
66
name: example

0 commit comments

Comments
 (0)