Skip to content

Commit

Permalink
fix ks.yaml
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 2971d68 commit 6053577
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kubernetes/apps/observability/kube-prometheus-stack/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: &appname kube-prometheus-stack
namespace: &namespace observability
namespace: flux-system
spec:
targetNamespace: *namespace
commonMetadata:
labels:
app.kubernetes.io/name: *appname
dependsOn:
- name: onepassword-connect
interval: 30m
timeout: 5m
path: "./kubernetes/apps/observability/kube-prometheus-stack/app"
Expand All @@ -18,4 +19,5 @@ spec:
kind: GitRepository
name: flux-system
namespace: flux-system
targetNamespace: observability
wait: false

0 comments on commit 6053577

Please sign in to comment.