srueg / gitops-local

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitOps Config

K8s resources to use with weaveworks Flux

Bootstrap New Cluster

./bootstrap.sh

export TILLER_NAMESPACE=tiller
export FLUX_FORWARD_NAMESPACE=flux

Use kubeseal

To encrypt a secret using kubeseal:

kubeseal --format=yaml --cert=sealed-secrets.pub < some/secret-plain.yaml > some/secret.yaml

About


Languages

Language:Shell 100.0%