diff --git a/apps/base/woodpecker/kustomization.yaml b/apps/base/woodpecker/kustomization.yaml index b9c7e42..cbc24eb 100644 --- a/apps/base/woodpecker/kustomization.yaml +++ b/apps/base/woodpecker/kustomization.yaml @@ -10,6 +10,7 @@ resources: - serviceaccount_terraform_authentik.yaml - serviceaccount_terraform_git.yaml - serviceaccount_terraform_prowlarr.yaml + - serviceaccount_terraform_rancher.yaml - serviceaccount_terraform_radarr.yaml - serviceaccount_terraform_sonarr.yaml - serviceaccount_terraform_vault.yaml diff --git a/apps/base/woodpecker/serviceaccount_terraform_rancher.yaml b/apps/base/woodpecker/serviceaccount_terraform_rancher.yaml new file mode 100644 index 0000000..7c6640e --- /dev/null +++ b/apps/base/woodpecker/serviceaccount_terraform_rancher.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: terraform-rancher + namespace: woodpecker