GoogleCloudPlatform / berglas

A tool for managing secrets on Google Cloud
https://cloud.google.com/secret-manager
Apache License 2.0
1.24k stars 96 forks source link

gcloud functions deploy berglas-secrets-webhook fails #108

Closed noamhurwitz closed 4 years ago

noamhurwitz commented 4 years ago
Deploying function (may take a while - up to 2 minutes)...failed.
ERROR: (gcloud.functions.deploy) OperationError: code=3, message=Build failed: go: finding github.com/kr/pretty v0.2.0
saranicole commented 4 years ago

@noamhurwitz are you sure you're executing the deploy in the examples/kubernetes directory? I was able to deploy this function successfully just now so I don't think it's the code.

noamhurwitz commented 4 years ago

yeah i got it working, i was missingly the webhook config. thanks