fix(apps): fix serviceaccount creation on few apps (#3665)

* fix(apps): fix serviceaccount creation on few apps

* one more

* add SA for drone-runner

* bump common
This commit is contained in:
Stavros Kois
2022-09-03 20:22:28 +03:00
committed by GitHub
parent 46384500d0
commit ca1ee2528c
14 changed files with 23 additions and 19 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ appVersion: "1.0.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.6
version: 10.5.7
deprecated: false
description: "Drone by Harness™ is a modern Continuous Integration platform"
home: https://truecharts.org/docs/charts/stable/drone-runner
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/drone-runner
- https://docs.drone.io
type: application
version: 1.0.4
version: 1.0.5
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
+4
View File
@@ -18,6 +18,10 @@ service:
protocol: HTTP
targetPort: 3000
serviceAccount:
main:
enabled: true
rbac:
main:
enabled: true