mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 13:52:58 +00:00
16 lines
498 B
Markdown
16 lines
498 B
Markdown
#### Service Account
|
|
|
|
If you need to modify some `ServiceAccount` proprieties
|
|
|
|
| Name | Description | Default |
|
|
| --------------------------- | --------------------------------- | ------- |
|
|
| service_account_annotations | Annotations to the ServiceAccount | '' |
|
|
|
|
Example configuration of environment variables
|
|
|
|
```yaml
|
|
spec:
|
|
service_account_annotations: |
|
|
eks.amazonaws.com/role-arn: arn:aws:iam::<ACCOUNT_ID>:role/<IAM_ROLE_NAME>
|
|
```
|