mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Merge pull request #8756 from hjkatz/patch-5
Fix typo for kubernetes_service_account_annotations variable Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
e6d1810844
@ -4,7 +4,7 @@ kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ kubernetes_serviceaccount_name }}
|
||||
namespace: {{ kubernetes_namespace }}
|
||||
{% if kubernetes_service_account_is defined %}
|
||||
{% if kubernetes_service_account_annotations is defined %}
|
||||
annotations:
|
||||
{% for key, value in kubernetes_service_account_annotations.items() %}
|
||||
{{ key }}: {{ value | quote }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user