Commit fec15955a91e

Vincent Demeester <vincent@sbr.pm>
2022-02-15 17:55:13
nix/packages/chos4: link paac config as well
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8c606bc
Changed files (1)
nix
packages
my
scripts
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