Skip to content

Commit

Permalink
move crds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Philipsen authored and Ronald Philipsen committed Feb 1, 2025
1 parent 12c1a2e commit 247477c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 50 deletions.
21 changes: 21 additions & 0 deletions kubernetes/apps/observability/kube-prometheus-stack/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,24 @@ spec:
namespace: flux-system
targetNamespace: observability
wait: false
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: &app kube-prometheus-stack-crds
namespace: &namespace observability
spec:
commonMetadata:
labels:
app.kubernetes.io/name: *app
interval: 30m
path: ./kubernetes/apps/observability/kube-prometheus-stack/crds
prune: false
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
targetNamespace: *namespace
timeout: 5m
wait: false
1 change: 0 additions & 1 deletion kubernetes/apps/observability/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ kind: Kustomization
resources:
- ./grafana/ks.yaml
- ./kube-prometheus-stack/ks.yaml
- ./prometheus-operator-crds/ks.yaml
components:
- ../../components/namespace
patches:
Expand Down

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions kubernetes/apps/observability/prometheus-operator-crds/ks.yaml

This file was deleted.

0 comments on commit 247477c

Please sign in to comment.