Skip to content

Commit

Permalink
hotfix(rsyncd): correct configmap name
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Sep 7, 2023
1 parent 843e72f commit 1a6fa36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/rsyncd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: rsyncd helm chart for Kubernetes
name: rsyncd
version: 0.0.2
version: 0.0.3
2 changes: 1 addition & 1 deletion charts/rsyncd/templates/configmap.rsyncd-conf.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "rsyncd.fullname" . }}-rsyncd-conf
name: {{ template "rsyncd.fullname" . }}-conf
data:
rsyncd.conf: |
# /etc/rsyncd: configuration file for
Expand Down

0 comments on commit 1a6fa36

Please sign in to comment.