Skip to content

Commit

Permalink
Fixed path to the CA cert. (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling authored and jmazzitelli committed Jul 19, 2017
1 parent 7657df4 commit 7c7d7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/openshift/hawkular-openshift-agent-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ data:
kubernetes:
tenant: ${POD:namespace_name}
hawkular_server:
url: https://hawkular-metrics.openshift-infra.svc.cluster.local
url: https://hawkular-metrics.openshift-infra.svc.cluster.local
credentials:
username: secret:openshift-infra/hawkular-metrics-account/hawkular-metrics.username
password: secret:openshift-infra/hawkular-metrics-account/hawkular-metrics.password
ca_cert_file: secret:openshift-infra/hawkular-metrics-certificate/hawkular-metrics-ca.certificate
ca_cert_file: secret:openshift-infra/hawkular-metrics-certs/tls.crt
emitter:
status_enabled: true
collector:
Expand Down

0 comments on commit 7c7d7f5

Please sign in to comment.