Files
attest-provider/charts/external-data-provider/values.yaml

19 lines
366 B
YAML
Raw Normal View History

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