Skip to content

Commit

Permalink
feat: re-add kps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed Jun 23, 2024
1 parent fac4bae commit 57c666d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kubernetes/main/apps/observability/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ resources:
- ./gatus/ks.yaml
- ./grafana/ks.yaml
- ./k6s/ks.yaml
- ./kube-prometheus-stack/ks.yaml
#- ./kube-prometheus-stack/ks.yaml
- ./kubernetes-events-exporter/ks.yaml
- ./loki/ks.yaml
- ./openweather/ks.yaml
- ./prometheus-adapter/ks.yaml
- ./prometheus-operator-crds/ks.yaml
#- ./prometheus-operator-crds/ks.yaml
- ./tempo/ks.yaml
- ./vector/ks.yaml
- ./vm/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: prometheus-operator-crds
namespace: observability
spec:
interval: 30m
chart:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: &app prometheus-operator-crds
namespace: flux-system
spec:
targetNamespace: observability
#targetNamespace: observability
commonMetadata:
labels:
app.kubernetes.io/name: *app
Expand Down

0 comments on commit 57c666d

Please sign in to comment.