Feat(kickstart): serve multiple scripts
This commit is contained in:
17
archrepo/README.md
Normal file
17
archrepo/README.md
Normal 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:
|
||||
```
|
||||
Reference in New Issue
Block a user