Skip to content

Commit 10f0359

Browse files
authored
Merge pull request #49289 from mahmut-Abi/main
[enterprise-4.11] Replace 'id_rsa' with 'ssh-privatekey'
2 parents 026c973 + bff6093 commit 10f0359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/builds-adding-input-secrets-configmaps.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ data:
4343
[source,terminal]
4444
----
4545
$ oc create secret generic secret-mvn \
46-
--from-file=id_rsa=<path/to/.ssh/id_rsa>
46+
--from-file=ssh-privatekey=<path/to/.ssh/id_rsa>
4747
--type=kubernetes.io/ssh-auth
4848
----
4949
+

0 commit comments

Comments
 (0)