Pet Battle infrastructure helm chart. This chart requires cluster admin privileges to deploy operators and custom resource definitions.
helm repo add petbattle https://petbattle.github.io/helm-charts
helm repo update
# install chart from current directory
helm upgrade --install pet-battle-infra . --namespace petbattle --create-namespace
# install from chart repo
helm upgrade --install pet-battle-infra petbattle/pet-battle-infra --version=1.0.32 --namespace petbattle --create-namespace
To install cert-util
at global scope in a cluster you must --set install_cert_util=true
To unsintall
helm uninstall pet-battle-infra --namespace petbattle