diff --git a/apps/base/woodpecker/kustomization.yaml b/apps/base/woodpecker/kustomization.yaml index be4c460..b9c7e42 100644 --- a/apps/base/woodpecker/kustomization.yaml +++ b/apps/base/woodpecker/kustomization.yaml @@ -9,6 +9,9 @@ resources: - serviceaccount_terraform_artifactapi.yaml - serviceaccount_terraform_authentik.yaml - serviceaccount_terraform_git.yaml + - serviceaccount_terraform_prowlarr.yaml + - serviceaccount_terraform_radarr.yaml + - serviceaccount_terraform_sonarr.yaml - serviceaccount_terraform_vault.yaml - vaultauth.yaml - vaultstaticsecret.yaml diff --git a/apps/base/woodpecker/serviceaccount_terraform_prowlarr.yaml b/apps/base/woodpecker/serviceaccount_terraform_prowlarr.yaml new file mode 100644 index 0000000..de1a331 --- /dev/null +++ b/apps/base/woodpecker/serviceaccount_terraform_prowlarr.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: terraform-prowlarr + namespace: woodpecker diff --git a/apps/base/woodpecker/serviceaccount_terraform_radarr.yaml b/apps/base/woodpecker/serviceaccount_terraform_radarr.yaml new file mode 100644 index 0000000..75de5cd --- /dev/null +++ b/apps/base/woodpecker/serviceaccount_terraform_radarr.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: terraform-radarr + namespace: woodpecker diff --git a/apps/base/woodpecker/serviceaccount_terraform_sonarr.yaml b/apps/base/woodpecker/serviceaccount_terraform_sonarr.yaml new file mode 100644 index 0000000..3e9ed97 --- /dev/null +++ b/apps/base/woodpecker/serviceaccount_terraform_sonarr.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: terraform-sonarr + namespace: woodpecker