flux: working

This commit is contained in:
Márcio Fernandes
2026-06-05 22:57:34 +00:00
parent be2a2e6ea2
commit 4ab249eba4
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ kind: GitRepository
metadata:
name: lms
spec:
interval: 5m0s
interval: 1m0s
url: ssh://git@git.limbosolutions.com:2222/marcio.fernandes/lms.git
ref:
branch: main
branch: master
secretRef:
name: flux-repo-ssh-credentials
+1 -1
View File
@@ -10,7 +10,7 @@ secretGenerator:
- "identity=./.env.d/flux-repo-ssh-key"
- "known_hosts=./.env.d/flux-repo-ssh-known_hosts"
- "pubkey=./.env.d/flux-repo-ssh-key.pub"
- name: flux-repo-ssh-credentials
- name: flux-sops-age
namespace: lyrionmusicserver
files:
- "age.agekey=./.env.d/age.agekey"
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
set -e
kubectl kustomize deploy/flux | kubectl apply -f -