Files
attest-provider/charts/external-data-provider/values.yaml
mrjoelkamp f91a423ef6 merge poc
2024-05-23 10:52:35 -05:00

19 lines
366 B
YAML

certDir: /certs
clientCAFile: /tmp/gatekeeper/ca.crt
port: 8090
provider:
timeout: 30
tls:
caBundle: ""
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: false # need to fix go-tuf temp dir
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
seccompProfile:
type: RuntimeDefault