Skip to content

Commit

Permalink
fix: chart SA name
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed Sep 30, 2024
1 parent 0c4c8ca commit d12e30b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anza-labs/scribe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
Scribe is a tool that automates the propagation of annotations across Kubernetes resources based
on the annotations in a Namespace.
type: application
version: 0.1.1
version: 0.1.2
appVersion: "v0.1.0"
maintainers:
- name: Mateusz Urbanek
Expand Down
2 changes: 1 addition & 1 deletion anza-labs/scribe/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scribe

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat)
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat)

Scribe is a tool that automates the propagation of annotations across Kubernetes resources based
on the annotations in a Namespace.
Expand Down
2 changes: 1 addition & 1 deletion anza-labs/scribe/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "scribe.serviceAccountName" . }}
serviceAccountName: {{ include "scribe.fullname" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
Expand Down

0 comments on commit d12e30b

Please sign in to comment.