diff --git a/apps/base/woodpecker/kustomization.yaml b/apps/base/woodpecker/kustomization.yaml index 837cf67..63505d4 100644 --- a/apps/base/woodpecker/kustomization.yaml +++ b/apps/base/woodpecker/kustomization.yaml @@ -12,6 +12,7 @@ resources: - serviceaccount_terraform_authentik.yaml - serviceaccount_terraform_enc.yaml - serviceaccount_terraform_git.yaml + - serviceaccount_terraform_ipam.yaml - serviceaccount_terraform_prowlarr.yaml - serviceaccount_terraform_rancher.yaml - serviceaccount_terraform_radarr.yaml diff --git a/apps/base/woodpecker/serviceaccount_terraform_ipam.yaml b/apps/base/woodpecker/serviceaccount_terraform_ipam.yaml new file mode 100644 index 0000000..14a6816 --- /dev/null +++ b/apps/base/woodpecker/serviceaccount_terraform_ipam.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: terraform-ipam + namespace: woodpecker