Skip to content

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 9, 2024
1 parent ac30149 commit 79f35fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bookstack-helm/templates/bookstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ spec:
path: backup.files.sh
- name: backup-entrypoint
configMap:
name: backup-entrypoint
name: backup-script
items:
- key: backup.entrypoint.sh
path: backup.entrypoint.sh
Expand Down
1 change: 0 additions & 1 deletion bookstack-helm/templates/bookstack_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
labels:
{{- include "bookstack-helm.labels" . | nindent 4 }}
spec:
type: NodePort
ports:
- port: {{ .Values.bookstack.port }}
targetPort: {{ .Values.bookstack.port }}
Expand Down

0 comments on commit 79f35fd

Please sign in to comment.