Skip to content

Commit

Permalink
fix prometheus auth
Browse files Browse the repository at this point in the history
  • Loading branch information
phyrog committed Oct 14, 2024
1 parent e924ffe commit 9ab458a
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions kepler/seed.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
---
apiVersion: v1
kind: Secret
metadata:
annotations:
serviceaccount.resources.gardener.cloud/name: kepler
serviceaccount.resources.gardener.cloud/namespace: kube-system
labels:
resources.gardener.cloud/class: shoot
resources.gardener.cloud/purpose: token-requestor
name: shoot-access-kepler-shoot
type: Opaque
data: {}
---
apiVersion: monitoring.coreos.com/v1alpha1
kind: ScrapeConfig
metadata:
Expand All @@ -22,15 +9,15 @@ spec:
authorization:
credentials:
key: token
name: shoot-access-kepler-shoot
name: shoot-access-prometheus-shoot
honorLabels: false
honorTimestamps: false
kubernetesSDConfigs:
- apiServer: https://kube-apiserver:443
authorization:
credentials:
key: token
name: shoot-access-kepler-shoot
name: shoot-access-prometheus-shoot
followRedirects: false
namespaces:
names:
Expand Down

0 comments on commit 9ab458a

Please sign in to comment.