Installed {{ .Chart.Name }}…

1. Get the currently registered SPIFFE entries from the server:

  kubectl exec -n {{ .Release.Namespace }} {{ include "spire-server.fullname" . }}-0 -c spire-server -- \
    spire-server entry show

{{- if eq (.Values.tornjak.enabled | toString) "true" }}

### WARNING ###

This Tornjak is configured without authentication and it is intended for
testing only. Please do not use this version in production.

Tornjak APIs (Backend):
      kubectl -n {{ include "spire-server.namespace" . }} port-forward {{ include "spire-server.fullname" . }}-0 {{ .Values.tornjak.service.port }}:10000

Open browser to: http://localhost:{{ .Values.tornjak.service.port }}

Installed {{ include "spire-tornjak.fullname" . }}…
{{- end }}
