Skip to content

krateoplatformops/snowplow-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Krateo AuthN Helm Chart

This is a Helm Chart for Krateo Snowplow.

Requirements

A Secret called 'jwt-sign-key' must exist within the same namespace where 'authn' will be deployed. This Secret will container the key for the jwt authentication. Here's an example of the Secret yaml:

apiVersion: v1
kind: Secret
metadata:
  name: jwt-sign-key
type: Opaque
stringData:
  JWT_SIGN_KEY: AbbraCadabbra

How to install

helm repo add krateo https://charts.krateo.io
helm repo update krateo
helm install snowplow krateo/snowplow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages