Skip to content

Commit a143153

Browse files
committed
fix: setup security context for pipeline run
1 parent a49af97 commit a143153

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resolver = "2"
77
[package]
88
name = "backend"
99
description = "Backend API and services for StackClass"
10-
version = "0.32.10"
10+
version = "0.32.11"
1111
edition = "2024"
1212

1313
default-run = "stackclass-server"

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": {
77
"name": ""
88
},
9-
"version": "0.32.10"
9+
"version": "0.32.11"
1010
},
1111
"paths": {
1212
"/v1/courses": {

src/service/pipeline.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ fn resource(
178178
"pipelineRef": {
179179
"name": "course-test-pipeline"
180180
},
181+
"podTemplate": {
182+
"securityContext": {
183+
"fsGroup": 65532
184+
}
185+
},
181186
"params": params,
182187
"workspaces": [
183188
{

0 commit comments

Comments
 (0)