Context Vault is installed as release "{{ .Release.Name }}".

{{ if .Values.ingress.enabled -}}
Open: http{{ if .Values.ingress.tls }}s{{ end }}://{{ .Values.ingress.host }}
{{- else -}}
Port-forward the web console:
  kubectl port-forward svc/{{ include "context-vault.fullname" . }}-web 8080:{{ .Values.web.service.port }}
  open http://localhost:8080
{{- end }}

Next:
  • Sign up (organization + admin) to get started.
  • Connect an agent:  uvx --from context-vault context-vault-mcp
{{- if not .Values.secrets.anthropicApiKey }}
  • No ANTHROPIC_API_KEY set → the offline heuristic judge is in use. For full-quality conflict
    detection, set secrets.anthropicApiKey and api.judge=claude.
{{- end }}
{{- if .Values.api.cookieSecure }}

Secure cookies are ON — make sure clients reach the web service over HTTPS (terminate TLS at your
ingress/load balancer), or login cookies won't be sent.
{{- end }}
