Skip to content

Commit

Permalink
fix: chart templating
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspeen committed Jun 10, 2024
1 parent db387d5 commit 14eb9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/apikeyman/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ keywords:
- security
sources:
- https://github.com/jaspeen/apikeyman
version: 0.1.9
version: 0.1.10
appVersion: "0.1.8"
2 changes: 1 addition & 1 deletion deploy/charts/apikeyman/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ spec:
- {{ .Values.apikeyman.config.logLevel }}
- server
- --cache-max-size
- {{ .Values.apikeyman.config.cacheMaxSize }}
- {{ .Values.apikeyman.config.cacheMaxSize | quote }}
- --cache-ttl
- {{ .Values.apikeyman.config.cacheTTL | quote }}
- --base-path
Expand Down

0 comments on commit 14eb9aa

Please sign in to comment.