Skip to content

Commit

Permalink
Fix invalid configmap name
Browse files Browse the repository at this point in the history
  • Loading branch information
isZumpo committed Aug 14, 2024
1 parent 5eebfa8 commit 9c5df34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/birdnet-go/templates/configmaps/birdnet.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "birdnet-go.fullname" . }}-birdnet
name: {{ template "birdnet-go.fullname" . }}-birdnet-go
labels:
app.kubernetes.io/name: {{ template "birdnet-go.name" . }}
helm.sh/chart: {{ template "birdnet-go.chart" . }}
Expand Down

0 comments on commit 9c5df34

Please sign in to comment.