diff --git a/charts/argo/templates/workflow-rb.yaml b/charts/argo/templates/workflow-rb.yaml index d5b08cbf..17785257 100644 --- a/charts/argo/templates/workflow-rb.yaml +++ b/charts/argo/templates/workflow-rb.yaml @@ -16,4 +16,4 @@ subjects: {{- if .Values.workflow.namespace }} namespace: {{ .Values.workflow.namespace }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/charts/argo/templates/workflow-role.yaml b/charts/argo/templates/workflow-role.yaml index 5b3e0286..37365f21 100644 --- a/charts/argo/templates/workflow-role.yaml +++ b/charts/argo/templates/workflow-role.yaml @@ -22,4 +22,4 @@ rules: verbs: - get - watch -{{- end }} \ No newline at end of file +{{- end }}