flux: kb act runner
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: act-runner-kb-sync
|
||||
namespace: kb-cicd
|
||||
spec:
|
||||
interval: 1m
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: git-limbosolutions-com
|
||||
namespace: git-limbosolutions-com
|
||||
path: act-runners/kb/app
|
||||
prune: true
|
||||
decryption:
|
||||
provider: sops
|
||||
secretRef:
|
||||
name: flux-sops-age
|
||||
@@ -5,6 +5,7 @@ resources:
|
||||
- infra-sync.yaml
|
||||
- gitea-sync.yaml
|
||||
- backups-sync.yaml
|
||||
- act-runner-kb-sync.yaml
|
||||
secretGenerator:
|
||||
- name: flux-repo-ssh-credentials
|
||||
files:
|
||||
|
||||
Reference in New Issue
Block a user