diff --git a/apps/base/woodpecker/kustomization.yaml b/apps/base/woodpecker/kustomization.yaml index bbc2cad..912ee03 100644 --- a/apps/base/woodpecker/kustomization.yaml +++ b/apps/base/woodpecker/kustomization.yaml @@ -10,6 +10,7 @@ resources: - serviceaccount_arrproxy_ci.yaml - serviceaccount_autobackup_operator_ci.yaml - serviceaccount_ghp.yaml + - serviceaccount_golib_ci.yaml - serviceaccount_kea_operator_ci.yaml - serviceaccount_mediamark_ci.yaml - serviceaccount_plugin_docker_buildx.yaml diff --git a/apps/base/woodpecker/serviceaccount_golib_ci.yaml b/apps/base/woodpecker/serviceaccount_golib_ci.yaml new file mode 100644 index 0000000..d1c59e6 --- /dev/null +++ b/apps/base/woodpecker/serviceaccount_golib_ci.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: golib-ci + namespace: woodpecker