Fix typo in deployment template

This commit is contained in:
Shane McDonald 2020-12-08 13:00:14 -05:00
parent be08e0ce69
commit e85a32d463

View File

@ -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 }}"