initial commit

This commit is contained in:
2026-05-12 21:38:14 +09:00
commit bab9ac8733
42 changed files with 6419 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{{- if .Values.authorizedKeys }}
apiVersion: v1
kind: Secret
metadata:
name: {{ include "rsh-backend.fullname" . }}-authorized-keys
labels:
{{- include "rsh-backend.labels" . | nindent 4 }}
type: Opaque
stringData:
authorized_keys: |
{{ .Values.authorizedKeys | indent 4 }}
{{- end }}