Better logging and address review comments

This commit is contained in:
Christian Bell 2017-02-27 16:08:42 -08:00
parent b259c9b349
commit 68097e96dc
5 changed files with 43 additions and 44 deletions

View file

@ -33,7 +33,7 @@ const (
UidDataKey = "uid"
// ProviderDataKey is the key used in config maps to store the Provider
// UID which we use to ensure unique firewalls.
ProviderDataKey = "providerUid"
ProviderDataKey = "provider-uid"
)
// ConfigMapVault stores cluster UIDs in config maps.