Files
woodpecker-autoscaler/chart/woodpecker-autoscaler/templates/NOTES.txt
Tobias Trabelsi b536c88db8
All checks were successful
Pipeline was successful
rename chart and fix docs
2023-11-10 21:49:50 +01:00

4 lines
332 B
Plaintext

Service has been deployed
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "woodpecker-autoscaler.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
get logs: kubectl logs -f --namespace {{ .Release.Namespace }} $POD_NAME