feat: enable terraform-artifactapi jobs (#190)
woodpecker jobs for terraform-artifactapi use the service account of the same name to run jobs, so that it can access specific secrets - add terraform-artifactapi serviceaccount --------- Co-authored-by: Ben Vincent <ben@unkin.net> Reviewed-on: #190
This commit was merged in pull request #190.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: terraform-artifactapi
|
||||
namespace: woodpecker
|
||||
Reference in New Issue
Block a user