linkerd2/chart/templates/web-config.yaml

13 lines
154 B
YAML

{{with .Values -}}
---
###
### Web Config
###
---
kind: ServiceAccount
apiVersion: v1
metadata:
name: linkerd-web
namespace: {{.Namespace}}
{{end -}}