Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Jun 7, 2024
1 parent 6fa3a89 commit f5453bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/concrnt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.0.0"
description: A Helm chart for concurrent
name: concrnt
version: 0.0.4
version: 0.0.5
dependencies:
- name: url-summary
version: "0.0.6"
Expand Down
2 changes: 1 addition & 1 deletion charts/concrnt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
periodSeconds: 3
volumeMounts:
- name: activitypub-config
mountPath: /etc/concrcnt/config
mountPath: /etc/concrnt/config
volumes:
- name: activitypub-config
configMap:
Expand Down

0 comments on commit f5453bf

Please sign in to comment.