We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc29fc2 commit fd8436bCopy full SHA for fd8436b
jsonnet/kube-prometheus/addons/pyrra.libsonnet
@@ -82,7 +82,7 @@
82
readOnlyRootFilesystem: true,
83
runAsNonRoot: true,
84
capabilities: { drop: ['ALL'] },
85
- seccompProfile: { type: 'RuntimeDefault' },
+ seccompProfile: { type: 'RuntimeDefault' },
86
},
87
};
88
0 commit comments