mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-13 22:05:21 +01:00
8a308a63e2
Default mode to https The cert file value is set to previous version style Signed-off-by: Qian Deng <dengq@vmware.com>
6 lines
153 B
Bash
Executable File
6 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
IP=`ip addr s eth0 |grep "inet "|awk '{print $2}' |awk -F "/" '{print $1}'`
|
|
|
|
#echo $IP
|
|
sudo sed "s/reg.mydomain.com/$IP/" -i make/harbor.yml
|