200a241d42
Add apps/base/repospawner with namespace, service account, job-spawning RBAC, the server Deployment, oauth2-proxy front door, internal and external gateways, and the VaultStaticSecrets backing them. Register the overlay in the platform ApplicationSet and AppProject.
9 lines
242 B
YAML
9 lines
242 B
YAML
---
|
|
# Bound to the Vault kubernetes auth role `repospawner`; the server and the Jobs
|
|
# it spawns both run as this account and log into Vault natively.
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: repospawner
|
|
namespace: repospawner
|