Skip to content

Commit

Permalink
Add namespace to aggregator cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
pmariglia committed May 8, 2024
1 parent 347e011 commit ed4299a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nx-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nx-cloud
description: Nx Cloud Helm Chart
type: application
version: 0.15.1
version: 0.15.2
maintainers:
- name: nx
url: "https://nx.app/"
Expand Down
1 change: 1 addition & 0 deletions charts/nx-cloud/templates/nx-cloud-aggregator-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ apiVersion: batch/v1
kind: CronJob
metadata:
name: nx-cloud-aggregator
namespace: {{ .Values.global.namespace }}
labels:
{{- include "nxCloud.app.labels" . | indent 4 }}
spec:
Expand Down

0 comments on commit ed4299a

Please sign in to comment.