mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-28 01:16:43 +00:00
* docs: simplify README.md and make index.md to refer to it * docs: change order for pages in navigation and add missing pages * docs: fix headings to improve navigation, transform notes to admonition, fix indentation, linting issues and minor issues * docs: merge docs for using images from private registries * docs: add example to integrate LDAP configuration via extra_settings_files * Apply suggestions from code review docs: apply suggested changes Co-authored-by: Don Naro <dnaro@redhat.com> * docs: update the doc site url as same as the url in https://www.ansible.com/ecosystem/ * docs: minor fixes for hpa page * docs: expand note block * docs: apply #1904 to README.md --------- Co-authored-by: Don Naro <dnaro@redhat.com>
16 lines
489 B
Markdown
16 lines
489 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>
|
|
```
|