Skip to content

Commit

Permalink
new(app): prometheus operator crds
Browse files Browse the repository at this point in the history
This commit introduces a new argocd application that handles
CRDS for prometheus operator.

Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku committed Nov 21, 2024
1 parent 6ab859a commit 864a088
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/applications/prometheus-operator-crds.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus-operator-crds
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
chart: prometheus-operator-crds
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 16.0.0
helm:
releaseName: prometheus-operator-crds
destination:
server: "https://kubernetes.default.svc"
namespace: prometheus-operator-crds
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
- ServerSideApply=true

0 comments on commit 864a088

Please sign in to comment.