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

11 lines
240 B
YAML

apiVersion: v1
kind: ServiceAccount
metadata:
name: auth-db-migration
annotations:
argocd.argoproj.io/hook: PreSync
argocd.argoproj.io/sync-wave: "-2"
automountServiceAccountToken: false
imagePullSecrets:
- name: ghcr-regcred