mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:04:32 +07:00
refactor(scripts): remove unused argocd login script
This commit is contained in:
parent
12a3b6c6b2
commit
c4a7cc4737
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
argocd login \
|
||||
argocd.khuedoan.com \
|
||||
--username admin \
|
||||
--password "$(./scripts/argocd-admin-password)" \
|
||||
--insecure # TODO Remove insecure login
|
@ -11,7 +11,6 @@ RUN pacman --sync --refresh --noconfirm \
|
||||
|
||||
RUN pacman --sync --refresh --noconfirm \
|
||||
ansible \
|
||||
argocd \
|
||||
diffutils \
|
||||
docker \
|
||||
docker-compose \
|
||||
|
Loading…
Reference in New Issue
Block a user