Skip to content

Commit

Permalink
changedetection: fix flux postRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Jan 24, 2025
1 parent b7849c9 commit d9b7473
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions apps/changedetection/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ spec:
name: values
postRenderers:
- kustomize:
patchesStrategicMerge:
- kind: Ingress
apiVersion: networking.k8s.io/v1
metadata:
name: changedetection
labels:
reloader.homer/enabled: "true"
patches:
target:
group: networking.k8s.io
version: v1
kind: Ingress
name: changedetection
patch: |-
- op: add
path: /metadata/labels/reloader.homer~1enabled
value: "true"

0 comments on commit d9b7473

Please sign in to comment.