Skip to content

Commit

Permalink
Merge pull request #6 from Scalr/fix/serviceaccount-link
Browse files Browse the repository at this point in the history
Fix invalid service account reference
  • Loading branch information
vmotso authored Jun 16, 2023
2 parents 48bff66 + 6c0a310 commit 7ea8d4c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions charts/agent-k8s/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

## [v0.2.3]

### Fixed

- Fix invalid service account reference.

## [v0.2.2]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion charts/agent-k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: |
![Agent in Kubernetes deployment diagram](/charts/agent-k8s/assets/agent-k8s-deploy-diagram.jpg)
type: application
version: 0.2.2
version: 0.2.3
appVersion: "0.1.33"
home: https://github.com/Scalr/agent-helm/tree/master/charts/agent-k8s
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/agent-k8s/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# agent-k8s

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

A Helm chart for the scalr-agent deployment on the Kubernetes cluster,
where runs are executed in Pods in the same cluster.
Expand Down
2 changes: 1 addition & 1 deletion charts/agent-k8s/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ metadata:
namespace: {{ .Release.Namespace | quote }}
subjects:
- kind: ServiceAccount
name: agent-k8s
name: {{ include "agent-k8s.serviceAccountName" . }}
namespace: {{ .Release.Namespace | quote }}
roleRef:
kind: Role
Expand Down

0 comments on commit 7ea8d4c

Please sign in to comment.