Skip to content

Latest commit

 

History

History
 
 

gcp-credentials

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

This chart creates a secret for credential of gcp.

Items required for credential json can be created by gcp service account key generation.

GCP credentials needs file to a specific path(https://cloud.google.com/logging/docs/agent/authorization).

If you use secret created by this chart, please follow setting in your manifest.

# sample manifest
apiVersion: v1
kind: Pod
metadata:
  name: mypod
spec:
  containers:
  - name: mypod
    image: redis
    volumeMounts:
    - mountPath: /etc/google/auth/
      name: gcp-credentials
      readOnly: true
  volumes:
  - name: gcp-credentials
    secret:
      secretName: gcp-credentials