Skip to content

Commit

Permalink
manifests: regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Jan 21, 2022
1 parent 055f7b1 commit 7f58166
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/alertmanager-serviceAccount.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: v1
automountServiceAccountToken: false
kind: ServiceAccount
metadata:
labels:
Expand Down
1 change: 1 addition & 0 deletions manifests/blackboxExporter-serviceAccount.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: v1
automountServiceAccountToken: false
kind: ServiceAccount
metadata:
labels:
Expand Down
1 change: 1 addition & 0 deletions manifests/nodeExporter-serviceAccount.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: v1
automountServiceAccountToken: false
kind: ServiceAccount
metadata:
labels:
Expand Down
1 change: 1 addition & 0 deletions manifests/prometheus-serviceAccount.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: v1
automountServiceAccountToken: false
kind: ServiceAccount
metadata:
labels:
Expand Down
1 change: 1 addition & 0 deletions manifests/prometheusAdapter-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 0.9.1
spec:
automountServiceAccountToken: true
containers:
- args:
- --cert-dir=/var/run/serving-cert
Expand Down
1 change: 1 addition & 0 deletions manifests/prometheusAdapter-serviceAccount.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: v1
automountServiceAccountToken: false
kind: ServiceAccount
metadata:
labels:
Expand Down

0 comments on commit 7f58166

Please sign in to comment.