Skip to content

Commit

Permalink
kong: fix typo in .Release.Namespace
Browse files Browse the repository at this point in the history
From #5
  • Loading branch information
tomaszkiewicz authored and hbagdi committed Jan 21, 2020
1 parent 043c2c2 commit b1131b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ maintainers:
email: [email protected]
name: kong
sources:
version: 1.0.0
version: 1.0.1
appVersion: 1.4
4 changes: 4 additions & 0 deletions charts/kong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,10 @@ value is your SMTP password.
## Changelog
### 1.0.1
Fixed invalid namespace variable name causing ServiceAccount and Role to be generated in other namespace than desired.
### 1.0.0
There are not code changes between `1.0.0` and `0.36.5`.
Expand Down
2 changes: 1 addition & 1 deletion charts/kong/templates/controller-service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ template "kong.serviceAccountName" . }}
namespace: {{ .Release.namespace }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "kong.metaLabels" . | nindent 4 }}
{{- end -}}

0 comments on commit b1131b6

Please sign in to comment.