Typositoire / concourse-helm3-resource

Concourse resource to deploy Helm v3 charts.
35 stars 62 forks source link

add gcloud auth #58

Closed shashankkoppar closed 3 years ago

shashankkoppar commented 3 years ago
selected worker: concourseci-worker-1
Initializing kubectl access using gcloud service account file
Activated service account credentials for: [concourse@iam.gserviceaccount.com]
Updated property [core/account].
Updated property [core/project].
Fetching cluster endpoint and auth data.
kubeconfig entry generated for test.
Initializing helm...

this is how it looks in console output, have tested with concourse pipeline, works fine.

Typositoire commented 3 years ago

I'll merge it as latest and tag it when I have 5 minutes my concourse pipeline for tagging doesn't seem to be working right now xD

shashankkoppar commented 3 years ago

Thanks man, appreciate it!