diff --git a/apps/base/woodpecker/kustomization.yaml b/apps/base/woodpecker/kustomization.yaml index 84ca268..627a499 100644 --- a/apps/base/woodpecker/kustomization.yaml +++ b/apps/base/woodpecker/kustomization.yaml @@ -15,6 +15,7 @@ resources: - serviceaccount_mediamark_ci.yaml - serviceaccount_plugin_docker_buildx.yaml - serviceaccount_jellyfin_ha_src.yaml + - serviceaccount_jellyfin_plugin_sso.yaml - serviceaccount_repospawner_ci.yaml - serviceaccount_terraform_artifactapi.yaml - serviceaccount_terraform_authentik.yaml diff --git a/apps/base/woodpecker/serviceaccount_jellyfin_plugin_sso.yaml b/apps/base/woodpecker/serviceaccount_jellyfin_plugin_sso.yaml new file mode 100644 index 0000000..6227542 --- /dev/null +++ b/apps/base/woodpecker/serviceaccount_jellyfin_plugin_sso.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: jellyfin-plugin-sso + namespace: woodpecker