We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b270f66 commit b42233bCopy full SHA for b42233b
.github/workflows/monitoring.yml
@@ -75,6 +75,7 @@ jobs:
75
id: nginx-lb
76
run: |
77
NGINX_HOSTNAME=$(kubectl get svc -n ingress-nginx ingress-nginx-controller -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
78
+ echo "NGINX LoadBalancer Hostname: $NGINX_HOSTNAME"
79
echo "nginx_hostname=$NGINX_HOSTNAME" >> $GITHUB_OUTPUT
80
81
- name: Create Grafana Secret
0 commit comments