Skip to content

Commit

Permalink
chore(app): add empty conditions for now
Browse files Browse the repository at this point in the history
This is mostly since it never properly syncs when using ArgoCD,
it is not actually hurting anything
  • Loading branch information
stevepentland committed Mar 10, 2024
1 parent e0994f8 commit 5dc2699
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.0-rc.3
version: 0.15.0-rc.4
maintainers:
- name: nx
url: "https://nx.app/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ports:
endpoints:
- addresses:
- {{ .Values.nxCloudWorkflows.externalName | quote }}
conditions: {}
{{- else }}
---
apiVersion: v1
Expand Down

0 comments on commit 5dc2699

Please sign in to comment.