From d528b6824861aa764b69f6eb89bb18ab1f1c46d5 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sun, 21 Jul 2024 20:02:58 +1000 Subject: [PATCH] add gitea service account --- apps/gitea/env/k3s-cluster/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/gitea/env/k3s-cluster/kustomization.yaml b/apps/gitea/env/k3s-cluster/kustomization.yaml index 1ad0930..d6e4736 100644 --- a/apps/gitea/env/k3s-cluster/kustomization.yaml +++ b/apps/gitea/env/k3s-cluster/kustomization.yaml @@ -3,4 +3,5 @@ kind: Kustomization resources: - ./deployment.yaml - ./service.yaml + - ./service-account.yaml - ./ingress.yaml \ No newline at end of file