homelab-gitops/apps/tekton/service-account.yaml
gwg313 145721146e
Some checks are pending
Pipelines as Code CI / homelab-ci CI has Started
add pac
Signed-off-by: gwg313 <gwg313@pm.me>
2026-06-28 23:33:25 -04:00

8 lines
165 B
YAML

apiVersion: v1
kind: ServiceAccount
metadata:
name: tekton-runner
namespace: cicd
automountServiceAccountToken: false
imagePullSecrets:
- name: registry-creds