Skip to content

Commit

Permalink
Merge pull request #367 from openinfradev/fix_typo
Browse files Browse the repository at this point in the history
feature. fix typo
  • Loading branch information
ktkfree authored May 3, 2024
2 parents 6c4ffb9 + 63e653b commit b370546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_apps/tks-remove-lma-federation-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ spec:
sleep 5
done
grafana_ep_secret=${kubectl get secret -n ${cluster_id} tks-endpoint-secret -o jsonpath='{.data.grafana}'| base64 -d } || grafana_ep_secret=""
grafana_ep_secret=$(kubectl get secret -n ${cluster_id} tks-endpoint-secret -o jsonpath='{.data.grafana}'| base64 -d ) || grafana_ep_secret=""
if [ "$grafana_ep_secret" == "" ]; then
while [ -z $(kubectl --kubeconfig=kubeconfig get svc -n lma grafana -o jsonpath="{.status.loadBalancer.ingress[*].hostname}") ]; do
if [ "$(kubectl --kubeconfig=kubeconfig get svc -n lma grafana -o jsonpath='{.spec.type}')" != "LoadBalancer" ]; then
Expand Down

0 comments on commit b370546

Please sign in to comment.