feat(secrets): add initial configuration for FluxCD, including sealed secrets and Helm releases
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: gitops
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1m
|
||||
url: ssh://git@git.janis-eccarius.de/NowChess/GitOps.git
|
||||
ref:
|
||||
branch: main
|
||||
secretRef:
|
||||
name: gitops-ssh
|
||||
Reference in New Issue
Block a user