Skip to content

Commit

Permalink
Fix rolebinging reference to created service account (#26)
Browse files Browse the repository at this point in the history
* fix rolebinding sa ref

* version bump
  • Loading branch information
jamiezieziula authored Aug 23, 2022
1 parent f56b822 commit 2e665d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/prefect-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: prefect-agent
description: Prefect orion application bundle
type: application
home: https://github.com/PrefectHQ
version: 0.3.1
version: 0.3.2
appVersion: "latest"
maintainers:
- name: gabcoyne
Expand Down
2 changes: 1 addition & 1 deletion charts/prefect-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# prefect-agent

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)

Prefect orion application bundle

Expand Down
2 changes: 1 addition & 1 deletion charts/prefect-agent/templates/agent/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: {{ .Release.Namespace | quote }}
subjects:
- kind: ServiceAccount
name: default
name: {{ template "prefect-agent.serviceAccountName" . }}
namespace: {{ .Release.Namespace | quote }}
roleRef:
kind: Role
Expand Down

0 comments on commit 2e665d2

Please sign in to comment.