mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 08:47:27 +00:00
16 lines
279 B
YAML
16 lines
279 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: {{ .fluxns }}
|
|
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: podinfo
|
|
namespace: {{ .fluxns }}
|
|
spec:
|
|
interval: 30s
|
|
ref:
|
|
branch: master
|
|
url: https://github.com/stefanprodan/podinfo
|