feat: add Dockerfile, Helm chart, Gitea Actions workflow
Some checks failed
Build & Push / build (push) Failing after 5m41s
Some checks failed
Build & Push / build (push) Failing after 5m41s
This commit is contained in:
12
web/charts/factorio-dashboard/templates/secret.yaml
Normal file
12
web/charts/factorio-dashboard/templates/secret.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
{{- if not .Values.app.existingSecret }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "factorio-dashboard.fullname" . }}-secret
|
||||
labels:
|
||||
{{- include "factorio-dashboard.labels" . | nindent 4 }}
|
||||
type: Opaque
|
||||
stringData:
|
||||
API_TOKEN: {{ .Values.app.apiToken | required "app.apiToken is required" | quote }}
|
||||
DATABASE_URL: {{ include "factorio-dashboard.databaseUrl" . | quote }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user