commit fec15955a91e21d58ef1ca9788b305271133bc80
parent 8c606bc7d0cb2512f68fcef05ba675ff90a1f3f8
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 15 Feb 2022 17:55:13 +0100
nix/packages/chos4: link paac config as well
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nix/packages/my/scripts/bin/chos4 b/nix/packages/my/scripts/bin/chos4
@@ -14,7 +14,7 @@ scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.pipelines.devcluster.o
scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.pipelines.devcluster.openshift.com:os4-build/profiles/paac/auth/kubeadmin-password $HOME/sync/work/chos4/kubeadmin.password.paac
scp -o ControlPath=${CONTROL_PATH} -q pipelines@bootstrap.pipelines.devcluster.openshift.com:os4-build/profiles/paac/auth/webaccess $HOME/sync/work/chos4/webaccess.paac
-for file in kubeadmin.password.os4 webaccess.os4 config.os4; do
+for file in kubeadmin.password.os4 webaccess.os4 config.os4 kubeadmin.password.paac webaccess.paac config.paac; do
if ! test -f $HOME/.kube/$file; then
ln -s $HOME/sync/work/chos4/$file ~/.kube/$file
fi