summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/templates/hawkular_openshift_agent_sa.j2
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-06-14 18:00:00 -0400
committerGitHub <noreply@github.com>2017-06-14 18:00:00 -0400
commit6790ffaebdc6349d844ab3fdc3b3a58e56d63384 (patch)
tree931f4bbd721afae2519d477d5fcbe15b53dc935a /roles/openshift_metrics/templates/hawkular_openshift_agent_sa.j2
parent4f129045b3f3c1b22203a7ab68cda15ee4b8d87b (diff)
parentde5c01fffd9215d5f2baff63baa2ccc8fa47c812 (diff)
downloadopenshift-6790ffaebdc6349d844ab3fdc3b3a58e56d63384.tar.gz
openshift-6790ffaebdc6349d844ab3fdc3b3a58e56d63384.tar.bz2
openshift-6790ffaebdc6349d844ab3fdc3b3a58e56d63384.tar.xz
openshift-6790ffaebdc6349d844ab3fdc3b3a58e56d63384.zip
Merge pull request #4377 from mwringe/hawkular_openshift_agent
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_metrics/templates/hawkular_openshift_agent_sa.j2')
-rw-r--r--roles/openshift_metrics/templates/hawkular_openshift_agent_sa.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/openshift_metrics/templates/hawkular_openshift_agent_sa.j2 b/roles/openshift_metrics/templates/hawkular_openshift_agent_sa.j2
new file mode 100644
index 000000000..ec604d73c
--- /dev/null
+++ b/roles/openshift_metrics/templates/hawkular_openshift_agent_sa.j2
@@ -0,0 +1,7 @@
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+ name: hawkular-openshift-agent
+ labels:
+ metrics-infra: agent
+ namespace: {{openshift_metrics_hawkular_agent_namespace}}