Skip to content

Commit

Permalink
Merge pull request #37 from djkormo/chart-test-3
Browse files Browse the repository at this point in the history
adding 2.0.7 chart version
  • Loading branch information
djkormo authored Dec 13, 2023
2 parents 4838e55 + a5e2a35 commit 61038e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/adcs-issuer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.6
version: 2.0.7
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.0.6"
appVersion: "2.0.7"

10 changes: 10 additions & 0 deletions charts/adcs-issuer/templates/serviceaccount-rbac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{{- if .Values.controllerManager.rbac.enabled }}
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
{{- include "chart.labels" . | nindent 4 }}
name: {{ .Values.controllerManager.rbac.serviceAccountName }}
namespace: {{ .Release.Namespace }}

{{- end }}
2 changes: 1 addition & 1 deletion charts/adcs-issuer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ controllerManager:

rbac:
enabled: true
serviceAccountName: adcs-operator
serviceAccountName: adcs-issuser


replicas: 1
Expand Down

0 comments on commit 61038e8

Please sign in to comment.