From bcc90c77540c79b8b6db2476b8569bc8c0057385 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 29 Aug 2026 21:16:44 +1000 Subject: [PATCH] woodpecker: add mediamark-ci service account Give the mediamark image-build pipeline its own ServiceAccount so the docker step can push to the trusted in-cluster registry, mirroring arrproxy-ci. --- apps/base/woodpecker/kustomization.yaml | 1 + apps/base/woodpecker/serviceaccount_mediamark_ci.yaml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 apps/base/woodpecker/serviceaccount_mediamark_ci.yaml diff --git a/apps/base/woodpecker/kustomization.yaml b/apps/base/woodpecker/kustomization.yaml index d3c9360..6e0df22 100644 --- a/apps/base/woodpecker/kustomization.yaml +++ b/apps/base/woodpecker/kustomization.yaml @@ -11,6 +11,7 @@ resources: - serviceaccount_autobackup_operator_ci.yaml - serviceaccount_ghp.yaml - serviceaccount_kea_operator_ci.yaml + - serviceaccount_mediamark_ci.yaml - serviceaccount_plugin_docker_buildx.yaml - serviceaccount_jellyfin_ha_src.yaml - serviceaccount_terraform_artifactapi.yaml diff --git a/apps/base/woodpecker/serviceaccount_mediamark_ci.yaml b/apps/base/woodpecker/serviceaccount_mediamark_ci.yaml new file mode 100644 index 0000000..920b535 --- /dev/null +++ b/apps/base/woodpecker/serviceaccount_mediamark_ci.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: mediamark-ci + namespace: woodpecker