Files
GitOps/htwg-1/flux-apps/gitrepository.yaml
T

13 lines
248 B
YAML

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