Merge pull request #1490 from 24601/patch-1

fix(helm-charts): standalone chart rbac fix for jobs
This commit is contained in:
Maidul Islam
2024-02-28 22:41:27 -05:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ 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: 1.0.5
version: 1.0.6
# 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

View File

@@ -13,8 +13,9 @@ metadata:
name: default
subjects:
- kind: ServiceAccount
name: {{ .Release.Namespace }}
name: default
namespace: {{ .Release.Namespace }}
roleRef:
kind: Role
name: k8s-wait-for-infisical-schema-migration
apiGroup: rbac.authorization.k8s.io
apiGroup: rbac.authorization.k8s.io