Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 314 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 314 Bytes

webhook-demo

This is a sample application to demonstrate public webhook relay to internal services

Helm upgrade path

helm install --name=whd -f webhookdemo/values.yaml ./webhookdemo
helm upgrade whd ./webhookdemo --reuse-values --set image.tag=0.0.11

Delete it:

helm delete whd