Skip to content

Commit d82d6cd

Browse files
authored
Merge pull request #66249 from obrown1205/buildconfig_APIcorrect
[OSDOCS#7419]: Corrected API version in buildconfig example
2 parents b9fa65d + 6a6b2ec commit d82d6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/builds-manually-add-source-clone-secrets.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Source clone secrets can be added manually to a build configuration by adding a
1010

1111
[source,yaml]
1212
----
13-
apiVersion: "v1"
13+
apiVersion: "build.openshift.io/v1"
1414
kind: "BuildConfig"
1515
metadata:
1616
name: "sample-build"

0 commit comments

Comments
 (0)