fix: ensure perms for dynamic Jenkins volumes

This commit is contained in:
Stefan Reimer 2022-07-08 10:53:08 +02:00
parent 9d661c28e0
commit f9268fe385
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero-ci name: kubezero-ci
description: KubeZero umbrella chart for all things CI description: KubeZero umbrella chart for all things CI
type: application type: application
version: 0.5.0 version: 0.5.1
home: https://kubezero.com home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords: keywords:

View File

@ -117,7 +117,7 @@ jenkins:
- kubernetes:3651.v908e7db_10d06 - kubernetes:3651.v908e7db_10d06
- workflow-aggregator:581.v0c46fa_697ffd - workflow-aggregator:581.v0c46fa_697ffd
- git:4.11.3 - git:4.11.3
- configuration-as-code:1462.v069a_b_57ff5c8 - configuration-as-code:1464.vd8507b_82e41a_
- antisamy-markup-formatter:2.7 - antisamy-markup-formatter:2.7
- prometheus:2.0.11 - prometheus:2.0.11
- htmlpublisher:1.30 - htmlpublisher:1.30
@ -161,6 +161,8 @@ jenkins:
apiVersion: v1 apiVersion: v1
kind: Pod kind: Pod
spec: spec:
securityContext:
fsGroup: 1000
serviceAccountName: jenkins-podman-aws serviceAccountName: jenkins-podman-aws
containers: containers:
- name: jnlp - name: jnlp