Merge pull request #1712 from tonychoe/patch-1

"passphrase:" is missing from oci.yaml example
This commit is contained in:
Kubernetes Prow Robot 2020-08-17 13:05:30 -07:00 committed by GitHub
commit 4544ca797f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,8 @@ auth:
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
fingerprint: af:81:71:8e...
# Omit if there is not a password for the key
passphrase: Tx1jRk...
compartment: ocid1.compartment.oc1...
```