Skip to content

Commit

Permalink
[GHA] Update go-monorepo chart
Browse files Browse the repository at this point in the history
  • Loading branch information
krzwiatrzyk committed Aug 9, 2024
1 parent b15d024 commit 2e0fb12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/go-monorepo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: go-monorepo
version: 0.0.9
version: 0.0.10
3 changes: 2 additions & 1 deletion charts/go-monorepo/templates/rabbitmq/permission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ metadata:
name: {{ .Release.Name }}
spec:
vhost: {{ .Values.rabbitmq.vhost.name | quote }}
user: {{ .Release.Name | quote }}
user:
name: {{ .Release.Name | quote }}
permissions:
write: ".*"
configure: ".*"
Expand Down

0 comments on commit 2e0fb12

Please sign in to comment.