Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karlivory committed Aug 30, 2023
1 parent 2f1d65d commit 72c893c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/bind9/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: bind9
description: bind9 primary-secondary (master-slave) setup
type: application
version: 0.1.1
version: 0.1.2
appVersion: "9.18"
2 changes: 1 addition & 1 deletion charts/bind9/templates/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
mkdir -p /var/bind/
cp /etc/bind/k8s.zone /var/bind/k8s.zone
sed "s#TSIGKEY#$TSIGKEY#g" /etc/bind/tsigkey.key.template > /var/bind/tsigkey.key
sed -i "s/SERIALNUMBER/$TIMESTAMP/g" /var/bind/k8s.zone'
sed -i "s/SERIALNUMBER/$TIMESTAMP/g" /var/bind/k8s.zone
volumeMounts:
- name: volume-etc-bind
mountPath: /etc/bind
Expand Down

0 comments on commit 72c893c

Please sign in to comment.