Skip to content

Commit

Permalink
remove and
Browse files Browse the repository at this point in the history
Signed-off-by: Javan lacerda <[email protected]>
  • Loading branch information
javanlacerda committed Aug 2, 2024
1 parent a092a06 commit 0ed778e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fulcio/templates/fulcio-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
- "--kms-cert-chain-path=/etc/fulcio-config/chain.pem"
{{- end }}
- "--ct-log-url={{ if .Values.server.args.disable_ct_log }}{{ else if .Values.server.args.ct_log_url }}{{ .Values.server.args.ct_log_url }}{{ else }}http://{{ .Values.ctlog.name }}.{{ .Values.ctlog.namespace.name }}.svc/{{ .Values.ctlog.createctconfig.logPrefix }}{{ end }}"
- '--config-path=/etc/fulcio-config/config.{{- if and (eq .Values.config.format "yaml") (.Values.config.contents) -}}yaml{{- else }}json{{- end }}'
- '--config-path=/etc/fulcio-config/config.{{- if eq .Values.config.format "yaml"}}yaml{{- else }}json{{- end }}'
{{- if .Values.server.grpcSvcTLS }}
- "--grpc-tls-certificate=/var/run/grpc-tls/cert.pem"
- "--grpc-tls-key=/var/run/grpc-tls/key.pem"
Expand Down

0 comments on commit 0ed778e

Please sign in to comment.