Skip to content

Commit

Permalink
add namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhardison committed Jul 21, 2023
1 parent d71b2dc commit fec29ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/kube-state-metrics/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resources:
- deployment.yaml
- service-account.yaml
- service.yaml
- namespace.yaml


#get latest versions from https://github.com/kubernetes/kube-state-metrics/releases
Expand Down
6 changes: 6 additions & 0 deletions core/kube-state-metrics/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
labels:
kubernetes.io/metadata.name: kube-state-metrics
name: kube-state-metrics

0 comments on commit fec29ab

Please sign in to comment.