Kubernetes Operator for Tangled Spindles
15
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix

+1 -5
+1 -1
config/manager/kustomization.yaml
··· 7 7 images: 8 8 - name: controller 9 9 newName: atcr.io/evan.jarrett.net/loom 10 - newTag: v0.0.3 10 + newTag: v0.0.4
-4
pkg/jobbuilder/job_template.go
··· 183 183 184 184 SecurityContext: &corev1.SecurityContext{ 185 185 AllowPrivilegeEscalation: &[]bool{false}[0], 186 - RunAsNonRoot: &[]bool{true}[0], 187 186 Capabilities: &corev1.Capabilities{ 188 187 Drop: []corev1.Capability{"ALL"}, 189 - }, 190 - SeccompProfile: &corev1.SeccompProfile{ 191 - Type: corev1.SeccompProfileTypeRuntimeDefault, 192 188 }, 193 189 }, 194 190