Skip to content

Commit

Permalink
nfd namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Klapiscak committed Jul 25, 2024
1 parent 5529ebe commit 6b8a29e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
project: "{{ .Values.argo.projects.apps }}"
destination:
server: {{ .Values.cluster.url }}
namespace: default
namespace: "{{ .Values.nvidia_gpu_operator.nfd_namespace }}"
source:
repoURL: "{{ .Values.source.repo_url }}"
path: cluster-applications/050-nvidia-gpu-operator
Expand Down Expand Up @@ -54,5 +54,8 @@ spec:
prune: {{ .Values.auto_delete }}
selfHeal: true
syncOptions:
- CreateNamespace=false
- CreateNamespace=true
{{- if .Values.custom_labels }}
{{ .Values.custom_labels | toYaml | indent 8 }}
{{- end }}
{{- end }}

0 comments on commit 6b8a29e

Please sign in to comment.