Compare commits

..
Author SHA1 Message Date
Gitea Actions Bot f89d06aa6b Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Successful in 20s
Generated by CI/CD workflow on 2026-08-01 12:31:09

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-08-01 12:31:09 +00:00
+4 -14
View File
@@ -34,16 +34,10 @@ spec:
image: fireflyiii/data-importer:version-2.3.4
imagePullPolicy: IfNotPresent
command:
- /bin/sh
- -c
- |-
php artisan importer:import /import/import.json
status=$?
if [ "${status}" -eq 73 ]; then
echo "No new transactions; considering the sync successful."
exit 0
fi
exit "${status}"
- php
- artisan
- importer:import
- /import/import.json
env:
- name: FIREFLY_III_URL
value: http://firefly-iii
@@ -66,10 +60,6 @@ spec:
key: ENABLE_BANKING_PRIVATE_KEY
- name: IMPORT_DIR_ALLOWLIST
value: /import
# Recurring imports intentionally overlap their date range.
# Keep rejecting duplicates, but do not fail the Job for them.
- name: IGNORE_DUPLICATE_ERRORS
value: "true"
- name: TZ
value: Europe/London
- name: APP_ENV