Compare commits

..

No commits in common. "429f8700293b248b25779552fb41d674b231a0c8" and "4cd13b7acf0278079fc1ec63f6e30920f8970f7e" have entirely different histories.

3 changed files with 2 additions and 9 deletions

View File

@ -1,9 +0,0 @@
FOLDERS := infra/traefik infra/storage infra/monitoring infra/authelia apps/namesny-com apps/mlflow apps/gitea apps/code-server
all: $(FOLDERS)
$(FOLDERS):
@echo "Deploying $@..."
cd $(CURDIR)/$@ && kustomize build --enable-helm --enable-alpha-plugins --enable-exec . | kubectl apply -f -
.PHONY: deploy $(FOLDERS)

View File

@ -8,5 +8,6 @@ metadata:
path: ksops
files:
- ./gitea-admin-secret.enc.yaml
- ./renovate-bot-secret.enc.yaml
- ./runner-secret.enc.yaml

View File

@ -6,6 +6,7 @@ namespace: auth
resources:
- namespace.yaml
- ingress.yaml
- basic-auth-middleware.yaml
- forward-auth-middleware.yaml
generators: