Categorygithub.com/launchboxio/operator
modulepackage
1.4.1
Repository: https://github.com/launchboxio/operator.git
Documentation: pkg.go.dev

# README

LaunchboxHQ Operator

Installing on Workload cluster

helm install launchboxio/operator -n lbx-system 
kubectl create secret generic \
  launchboxhq-credentials \
  --from-literal=clientId=$clientId \
  --from-literal=clientSecret=$clientSecret \
  -n lbx-system

kubectl apply -f /my/custom/cluster.yaml

# Packages

No description provided by the author
No description provided by the author