Skip to content

Commit

Permalink
Remove extraObjects from subscriptions stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jackson committed Nov 1, 2024
1 parent 48eccff commit bebc845
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions templates/core/subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,4 @@ spec:
{{- end }}{{/* if $.Values.global.options.useCSV */}}
---
{{- end }}{{/* if $subs.namespaces */}}
{{- range $objname, $obj := $subs.extraObjects }}
{{- if $obj }}
---
{{ $obj | toYaml }}
{{- end }}{{- /* if $obj */}}
{{- end }}{{/* range $subs.extraObjects */}}
{{- end }}{{/* range .Values.clusterGroup.subscriptions */}}
4 changes: 0 additions & 4 deletions values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1002,10 +1002,6 @@
"Automatic"
]
},
"extraObjects": {
"type": "object",
"description": "Extra objects to add at the clustergroup level. Preferred to be added here than at top-level as the need for this is primarily for ArgoCD Resource hooks."
},
"annotations": {
"type": "object"
},
Expand Down

0 comments on commit bebc845

Please sign in to comment.