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

25 lines
555 B
YAML
Raw Normal View History

2024-05-23 10:19:55 -05:00
certDir: /certs
clientCAFile: /tmp/gatekeeper/ca.crt
port: 8090
# uncomment these lines to use the dev TUF root
# tufRoot: dev
# tufMetadataSource: https://docker.github.io/tuf-dev/metadata
# tufTargetsSource: https://docker.github.io/tuf-dev/targets
2024-05-23 10:19:55 -05:00
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