Skip to content

Commit

Permalink
fix(replika): quote resources template (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro authored Aug 21, 2023
1 parent ef8528b commit 3c2cacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/replika/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ maintainers:
email: [email protected]
url: https://ialejandro.rocks
name: replika
version: 1.0.5
version: 1.0.6
appVersion: "v0.3.0"
home: https://github.com/prosimcorp/replika
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rules:
{{- end }}
resources:
{{- range .resources }}
- {{ . }}
- {{ . | quote }}
{{- end }}
verbs:
- create
Expand Down

0 comments on commit 3c2cacd

Please sign in to comment.