Some checks are pending
Pipelines as Code CI / homelab-ci CI has Started
Signed-off-by: gwg313 <gwg313@pm.me>
8 lines
165 B
YAML
8 lines
165 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: tekton-runner
|
|
namespace: cicd
|
|
automountServiceAccountToken: false
|
|
imagePullSecrets:
|
|
- name: registry-creds
|