ducky/subscriptions

Paddy 2015-09-27 Parent:fe8f092cc149

12:39625b37485d Go to Latest

ducky/subscriptions/secrets/stripe.json

Fix go vet errors. We had a few logging statements that used placeholders but didn't provide any variables to fill them. We now specify the appropriate variables.

History
1 {
2 "apiVersion": "v1",
3 "kind": "Secret",
4 "metadata" : {
5 "name": "stripe",
6 "namespace": "default"
7 },
8 "data": {
9 "privatekey": "YOUR BASE 64 ENCODED SECRET KEY GOES HERE"
10 }
11 }