Skip to content

Commit 58c5ed9

Browse files
Merge pull request #48 from komish/fix-sample-apiversion
Replace hardcoded APIVersion with contextual APIVersion
2 parents 943efb0 + 13be086 commit 58c5ed9

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)