Files
devops-infra-helm-charts-gcp/helm-templates/athens-proxy/templates/config-upstream.yaml
T
2026-08-26 03:39:42 +05:30

13 lines
310 B
YAML

{{- if .Values.upstreamProxy.enabled -}}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "fullname" . }}-upstream
labels:
{{- include "athens.metaLabels" . | nindent 4 }}
data:
FilterForUpstreamProxy: |-
# FilterFile for fetching modules directly from upstream proxy
D
{{- end -}}