Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
7 lines
133 B
YAML
7 lines
133 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: shared-postgresql-sa
|
|
namespace: shared-db
|
|
automountServiceAccountToken: true
|