Skip to content

Commit

Permalink
Merge pull request #116 from nrwl/aggregator-namespace
Browse files Browse the repository at this point in the history
Add namespace to aggregator cronjob
  • Loading branch information
pmariglia committed May 9, 2024
2 parents 347e011 + ed4299a commit 0d3143b
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 0d3143b

Please sign in to comment.