From c823fbc7a537641c733ee8359f2650f46e30da47 Mon Sep 17 00:00:00 2001 From: Alexander Krieg Date: Thu, 22 Feb 2018 15:58:33 +0100 Subject: [PATCH] added template for credentials --- chart/keel/values.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/chart/keel/values.yaml b/chart/keel/values.yaml index d0552a80..0721465f 100644 --- a/chart/keel/values.yaml +++ b/chart/keel/values.yaml @@ -101,4 +101,16 @@ resources: nodeSelector: {} # json of service account -# googleApplicationCredentials: \ No newline at end of file +# googleApplicationCredentials: |- +# { +# "type": +# "project_id" +# "private_key_id": +# "private_key": +# "client_email": +# "client_id": +# "auth_uri": +# "token_uri": +# "auth_provider_x509_cert_url": +# "client_x509_cert_url": +# } \ No newline at end of file