Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
carlkyrillos committed Aug 19, 2021
1 parent f19bf9c commit 85aa02a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func (r *ReconcileApplicationMonitoring) reconcileBlackboxExporterConfig(cr *app
// Add bearer_token to ConfigMap to allow Blackbox exporter requests to get through proxy in front of Grafana service
blackboxServiceAccount := &corev1.ServiceAccount{
ObjectMeta: metav1.ObjectMeta{
Name: "blackbox-exporter-service-account",
Name: "blackbox-exporter-service-account",
Namespace: cr.GetNamespace(),
},
}
Expand All @@ -383,7 +383,7 @@ func (r *ReconcileApplicationMonitoring) reconcileBlackboxExporterConfig(cr *app
}
blackboxServiceAccountSecret := &corev1.Secret{
ObjectMeta: metav1.ObjectMeta{
Name: secretName,
Name: secretName,
Namespace: blackboxServiceAccount.Namespace,
},
}
Expand Down

0 comments on commit 85aa02a

Please sign in to comment.