Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit eba9cdc

Browse files
committed
try again
1 parent 285c5a6 commit eba9cdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ runs:
6767
gsed -i 's|$("${SCRIPT_DIR}"/get_ext_ip.sh)|192.168.65.2|' ./controller/hack/deploy_with_helm.sh
6868
gsed -i 's|RETRIES=60|RETRIES=600|' ./controller/hack/deploy_with_helm.sh
6969
70-
sudo security add-trusted-cert -d -r trustAsRoot -k /Library/Keychains/System.keychain ca.pem
70+
openssl s_client -showcerts dex.dex.svc.cluster.local:5556 </dev/null | openssl x509 > leaf.pem
71+
sudo security add-trusted-cert -d -r trustAsRoot -k /Library/Keychains/System.keychain leaf.pem
7172
else
7273
echo "127.0.0.1 dex.dex.svc.cluster.local" | sudo tee -a /etc/hosts
7374

0 commit comments

Comments
 (0)