17 lines
493 B
YAML
17 lines
493 B
YAML
|
|
# RPF-WP-0045: dedicated ESO identities for the two stores still on static
|
||
|
|
# tokens. Not applied by the RPF-WP-0037 helper (it reads serviceaccounts.yaml).
|
||
|
|
# Apply only in RPF-WP-0045-T03, after the founder's go-ahead.
|
||
|
|
apiVersion: v1
|
||
|
|
kind: ServiceAccount
|
||
|
|
metadata:
|
||
|
|
name: activity-core-eso
|
||
|
|
namespace: activity-core
|
||
|
|
automountServiceAccountToken: false
|
||
|
|
---
|
||
|
|
apiVersion: v1
|
||
|
|
kind: ServiceAccount
|
||
|
|
metadata:
|
||
|
|
name: email-connect-eso
|
||
|
|
namespace: email-connect
|
||
|
|
automountServiceAccountToken: false
|