initial commit
This commit is contained in:
12
deploy/helm/rsh-backend/templates/secret.yaml
Normal file
12
deploy/helm/rsh-backend/templates/secret.yaml
Normal 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 }}
|
||||
Reference in New Issue
Block a user