Skip to content

Commit

Permalink
Fix error in replicationsources template
Browse files Browse the repository at this point in the history
  • Loading branch information
jkupferer committed Jul 26, 2024
1 parent 0b98fa6 commit 04c1d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/replik8s/templates/replicationsources.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- range $name, $spec := .Values.replicationsources }}
{{- range $name, $spec := .Values.replicationSources }}
---
apiVersion: replik8s.rhpds.redhat.com/v1
kind: ReplicationSource
Expand All @@ -7,5 +7,5 @@ metadata:
labels:
{{- include "replik8s.labels" $ | nindent 4 }}
spec:
{{ $spec | toYaml | nindent 2 }}
{{- $spec | toYaml | nindent 2 }}
{{- end }}

0 comments on commit 04c1d75

Please sign in to comment.