mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
Fix typo for kubernetes_service_account_annotations variable
This commit is contained in:
@@ -4,7 +4,7 @@ kind: ServiceAccount
|
|||||||
metadata:
|
metadata:
|
||||||
name: {{ kubernetes_serviceaccount_name }}
|
name: {{ kubernetes_serviceaccount_name }}
|
||||||
namespace: {{ kubernetes_namespace }}
|
namespace: {{ kubernetes_namespace }}
|
||||||
{% if kubernetes_service_account_is defined %}
|
{% if kubernetes_service_account_annotations is defined %}
|
||||||
annotations:
|
annotations:
|
||||||
{% for key, value in kubernetes_service_account_annotations.items() %}
|
{% for key, value in kubernetes_service_account_annotations.items() %}
|
||||||
{{ key }}: {{ value | quote }}
|
{{ key }}: {{ value | quote }}
|
||||||
|
|||||||
Reference in New Issue
Block a user