A set of scripts and configuration files which helps to simplify local development.
Prerequisites
HELM Linter
helm lint chart
Create KinD cluster
kind create cluster --config helpers/ping_kind_config.yaml --image kindest/node:v1.19.1
Install dNation Ping
# Install dNation Ping Helm chart
helm install dnation-ping ./chart -f chart/values.yaml