Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 697 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 697 Bytes

pet-battle-infra

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