create the service account and roles even if the rbac is not enabled. it will just be ignored

This commit is contained in:
Erwan Miran
2018-08-22 18:17:11 +02:00
parent 80cfeea957
commit a6a14e7f77
4 changed files with 0 additions and 8 deletions

View File

@@ -47,9 +47,7 @@ spec:
securityContext:
runAsUser: {{ netchecker_agent_user | default('0') }}
runAsGroup: {{ netchecker_agent_group | default('0') }}
{% if rbac_enabled %}
serviceAccountName: netchecker-agent
{% endif %}
updateStrategy:
rollingUpdate:
maxUnavailable: 100%