Skip to content

Latest commit

 

History

History
 
 

cloudquery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

cloudquery

Version: 0.3.2 Type: application AppVersion: 0.32

The open-source cloud asset inventory powered by SQL.

Homepage: https://cloudquery.io

Maintainers

Name Email Url
yevgenypats [email protected]

Source Code

Requirements

Kubernetes: ^1.8.0-0

Repository Name Version
https://grafana.github.io/helm-charts promtail 6.4.0

Values

Key Type Default Description
config string The chart will use a default CloudQuery aws config CloudQuery cloudquery.yml content
containerSecurityContext.enabled bool true
containerSecurityContext.runAsUser int 1001
deploymentAnnotations object {}
envRenderSecret object {} Sensible environment variables that will be rendered as new secret object This can be useful for auth tokens, etc Make sure not to commit sensitive values to git!! Better use AWS Secret manager (or any other)
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.registry string "ghcr.io"
image.repository string "cloudquery/cloudquery"
image.tag string nil Overrides the image tag whose default is the chart appVersion
nameOverride string "" Partially override common.names.fullname template (will maintain the release name)
promtail.config.clients[0].url string "http://loki-gateway/loki/api/v1/push"
promtail.enabled bool false
schedule string "0 */6 * * *" Schedule fetch time Every 6 hours. More information at: https://crontab.guru/#0_0___*
securityContext.enabled bool true
securityContext.fsGroup int 1001
serviceAccount object {"annotations":{},"autoMount":false,"enabled":false,"name":""} Pod Service Account ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
serviceAccount.annotations object {} Additional custom annotations for the ServiceAccount to associate an AWS IAM role with service-account you need to add the following annotations. For more info checkout: https://docs.aws.amazon.com/eks/latest/userguide/specify-service-account-role.html eks.amazonaws.com/role-arn: arn:aws:iam::ACCOUNT_ID:role/ROLE
serviceAccount.autoMount bool false Auto-mount the service account token in the pod
serviceAccount.enabled bool false Enable service account (Note: Service Account will only be automatically created if serviceAccount.name is not set)
serviceAccount.name string "" Name of an already existing service account. Setting this value disables the automatic service account creation
volumeMounts string nil
volumes string nil

Autogenerated from chart metadata using helm-docs v1.11.0