From d12e30bec964dc2b3ba0dd95e4450436f7b02b88 Mon Sep 17 00:00:00 2001 From: Mateusz Urbanek Date: Mon, 30 Sep 2024 08:43:23 +0200 Subject: [PATCH] fix: chart SA name Signed-off-by: Mateusz Urbanek --- anza-labs/scribe/Chart.yaml | 2 +- anza-labs/scribe/README.md | 2 +- anza-labs/scribe/templates/deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anza-labs/scribe/Chart.yaml b/anza-labs/scribe/Chart.yaml index c28d085..7f6700d 100644 --- a/anza-labs/scribe/Chart.yaml +++ b/anza-labs/scribe/Chart.yaml @@ -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 diff --git a/anza-labs/scribe/README.md b/anza-labs/scribe/README.md index 6599411..7e42d91 100644 --- a/anza-labs/scribe/README.md +++ b/anza-labs/scribe/README.md @@ -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. diff --git a/anza-labs/scribe/templates/deployment.yaml b/anza-labs/scribe/templates/deployment.yaml index 82b6c1d..731718e 100644 --- a/anza-labs/scribe/templates/deployment.yaml +++ b/anza-labs/scribe/templates/deployment.yaml @@ -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: