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 f9bf1b9 commit 473c902Copy full SHA for 473c902
deployment/generate_certs_and_kubeconfig.sh
@@ -133,7 +133,7 @@ prepare_aecs_instance() {
133
cp $THISDIR/bin/*.sh $INSTANCEDIR/bin
134
mkdir -p $INSTANCEDIR/etc/kubetee
135
cp $THISDIR/conf/* $INSTANCEDIR/etc/kubetee/
136
- cp $THISDIR/../third_parity/unified_attestation/deployment/conf/* $INSTANCEDIR/etc/kubetee/
+ cp $THISDIR/../third_party/unified_attestation/deployment/conf/* $INSTANCEDIR/etc/kubetee/
137
mkdir -p $INSTANCEDIR/etc/certs
138
cp ./certs/* $INSTANCEDIR/etc/certs
139
}
0 commit comments