Add --tuf-channel flag to set tuf prefix path
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user