diff --git a/apps/base/woodpecker/kustomization.yaml b/apps/base/woodpecker/kustomization.yaml index 6977aba..20564c7 100644 --- a/apps/base/woodpecker/kustomization.yaml +++ b/apps/base/woodpecker/kustomization.yaml @@ -8,6 +8,7 @@ resources: - cnpg_backup.yaml - cnpg_pooler.yaml - serviceaccount_kea_operator_ci.yaml + - serviceaccount_jellyfin_ha_src.yaml - serviceaccount_terraform_artifactapi.yaml - serviceaccount_terraform_authentik.yaml - serviceaccount_terraform_enc.yaml diff --git a/apps/base/woodpecker/serviceaccount_jellyfin_ha_src.yaml b/apps/base/woodpecker/serviceaccount_jellyfin_ha_src.yaml new file mode 100644 index 0000000..759e61a --- /dev/null +++ b/apps/base/woodpecker/serviceaccount_jellyfin_ha_src.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: jellyfin-ha-src + namespace: woodpecker