krates {{ .Chart.AppVersion }} is deployed as {{ include "krates.fullname" . }} in namespace {{ .Release.Namespace }}.

Access it:
{{- if .Values.ingress.enabled }}
  http{{ if .Values.ingress.tls.enabled }}s{{ end }}://{{ .Values.ingress.host }}{{ .Values.ingress.path }}
{{- else }}
  kubectl -n {{ .Release.Namespace }} port-forward svc/{{ include "krates.fullname" . }} 8088:{{ .Values.service.port }}
  open http://localhost:8088
{{- end }}

RBAC (read-only ClusterRole):
  shell (pods/exec):   {{ if .Values.rbac.allowExec }}ENABLED{{ else }}disabled (rbac.allowExec=false){{ end }}
  secret reveal:       {{ if .Values.rbac.allowSecrets }}ENABLED — the SA can read every Secret cluster-wide{{ else }}disabled (rbac.allowSecrets=false){{ end }}

Health: GET /healthz on the service.
