This example is used to showcase Kubernetes Hashicorp Vault Secrets injections.
git clone https://github.com/sidd-harth/php-vault-example.git
docker build -t php:vault .
kubectl apply -f php-app-k8s-deploy.yaml
kubectl patch deploy php -p "$(cat patch-annotations-template.yaml)"