Files
project-gitops/gitops/apps/workloads/auth-server/base/auth-db-migration-serviceaccount.yaml
T
2026-08-28 17:24:26 +09:00

8 lines
149 B
YAML

apiVersion: v1
kind: ServiceAccount
metadata:
name: auth-db-migration
automountServiceAccountToken: false
imagePullSecrets:
- name: ghcr-regcred