This repository has been archived on 2026-04-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/chart/templates/NOTES.txt
Jeffrey Smith 680ec3b897
All checks were successful
CI/CD / detect-changes (push) Successful in 3s
CI/CD / test-frontend (push) Successful in 5s
CI/CD / test-go-pg (push) Successful in 2m34s
CI/CD / test-sqlite (push) Successful in 2m46s
CI/CD / build-and-deploy (push) Successful in 1m55s
Feat rebrand armature (#43)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
2026-03-31 23:25:37 +00:00

26 lines
817 B
Plaintext

Armature {{ .Chart.AppVersion }} deployed.
{{- if .Values.ingress.enabled }}
Access the application at:
{{- if .Values.ingress.tls.enabled }}
https://{{ .Values.ingress.host }}{{ .Values.basePath }}
{{- else }}
http://{{ .Values.ingress.host }}{{ .Values.basePath }}
{{- end }}
{{- else }}
Port-forward to access:
kubectl port-forward svc/{{ .Release.Name }}-frontend 3000:{{ .Values.frontend.port }}
open http://localhost:3000{{ .Values.basePath }}
{{- end }}
{{- if .Values.admin.password }}
Admin credentials set via Helm values.
{{- else }}
⚠ No admin password set. Set admin.password in values or an existing secret.
{{- end }}
{{- if not .Values.encryptionKey }}
⚠ ENCRYPTION_KEY not set. BYOK provider keys cannot be encrypted.
Set encryptionKey in values for production use.
{{- end }}