Feat(kickstart): serve multiple scripts

This commit is contained in:
2025-02-02 18:14:13 +08:00
parent 37e1fb6834
commit c78408935a
2 changed files with 21 additions and 2 deletions

17
archrepo/README.md Normal file
View File

@@ -0,0 +1,17 @@
# Flux appliacations - archrepo
## Secrets
`secret.archrepo.yaml`
```yaml=
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: archrepo
namespace: archrepo
data:
MINIO_ACCESSKEY:
MINIO_SECRETKEY:
```