Add --tuf-channel flag to set tuf prefix path

This commit is contained in:
Jonny Stoten
2024-09-17 10:41:42 +01:00
parent 5e97ee0163
commit d1eddd594d
4 changed files with 14 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ spec:
{{- if .Values.tufRoot }}
- --tuf-root={{ .Values.tufRoot }}
{{- end }}
{{- if .Values.tufChannel }}
- --tuf-channel={{ .Values.tufChannel }}
{{- end }}
{{- if .Values.handlerTimeout }}
- --handler-timeout={{ .Values.handlerTimeout }}
{{- end }}

View File

@@ -16,6 +16,7 @@ replicas: 1
# tufTargetsSource: registry-1.docker.io/docker/tuf-targets-staging
tufRoot: prod
tufChannel: ""
tufMetadataSource: registry-1.docker.io/docker/tuf-metadata
tufTargetsSource: registry-1.docker.io/docker/tuf-targets