Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IronPan committed Sep 18, 2019
1 parent b3e3d1a commit ea949c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/gcp_marketplace/schema.yaml
Expand Up @@ -108,7 +108,7 @@ properties:
This field is used to store the content of the service account
JSON file. It can be encoded using base64 instead of messing with JSON format.
To get the encoded credential, run
<br><b> $ gcloud iam service-accounts keys create application_default_credentials.json --iam-account [your-service-account] && cat application_default_credentials.json | base64 </b><br>
$ gcloud iam service-accounts keys create application_default_credentials.json --iam-account [your-service-account] && cat application_default_credentials.json | base64
type: string
default: ""
x-google-marketplace:
Expand Down

0 comments on commit ea949c2

Please sign in to comment.