use const

This commit is contained in:
pat-s 2024-10-02 18:14:53 +02:00
parent f5bb014274
commit 902e422474
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -99,7 +99,7 @@ func configFromCliContext(ctx context.Context) (*config, error) {
ImagePullSecretNames: c.StringSlice("backend-k8s-pod-image-pull-secret-names"),
SecurityContext: SecurityContextConfig{
RunAsNonRoot: c.Bool("backend-k8s-secctx-nonroot"), // cspell:words secctx nonroot
FSGroup: newInt64(1000),
FSGroup: newInt64(defaultFSGroup),
},
NativeSecretsAllowFromStep: c.Bool("backend-k8s-allow-native-secrets"),
}