Files
project-gitops/workloads/auth-server/base/auth-db-migration-serviceaccount.yaml
T

8 lines
149 B
YAML

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