From ee7a5c058b4502ff71408c163a162a094a802cf3 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Wed, 5 Aug 2026 00:52:31 +1000 Subject: [PATCH] Rename terraform-ipam CI ServiceAccount -> terraform-infra Follows the terraform-ipam -> terraform-infra repo rename. Claude-Session: https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT --- apps/base/woodpecker/kustomization.yaml | 2 +- ..._terraform_ipam.yaml => serviceaccount_terraform_infra.yaml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename apps/base/woodpecker/{serviceaccount_terraform_ipam.yaml => serviceaccount_terraform_infra.yaml} (75%) diff --git a/apps/base/woodpecker/kustomization.yaml b/apps/base/woodpecker/kustomization.yaml index 63505d4..6977aba 100644 --- a/apps/base/woodpecker/kustomization.yaml +++ b/apps/base/woodpecker/kustomization.yaml @@ -12,7 +12,7 @@ resources: - serviceaccount_terraform_authentik.yaml - serviceaccount_terraform_enc.yaml - serviceaccount_terraform_git.yaml - - serviceaccount_terraform_ipam.yaml + - serviceaccount_terraform_infra.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_infra.yaml similarity index 75% rename from apps/base/woodpecker/serviceaccount_terraform_ipam.yaml rename to apps/base/woodpecker/serviceaccount_terraform_infra.yaml index 14a6816..e4b33f2 100644 --- a/apps/base/woodpecker/serviceaccount_terraform_ipam.yaml +++ b/apps/base/woodpecker/serviceaccount_terraform_infra.yaml @@ -2,5 +2,5 @@ apiVersion: v1 kind: ServiceAccount metadata: - name: terraform-ipam + name: terraform-infra namespace: woodpecker