Compare commits
2 Commits
5a2782cdcb
...
6004736973
| Author | SHA1 | Date | |
|---|---|---|---|
| 6004736973 | |||
| 95bd5151b7 |
15
applications/pdns-admin-kustomization.yaml
Normal file
15
applications/pdns-admin-kustomization.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: pdns-admin
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 1m0s
|
||||||
|
path: ./
|
||||||
|
prune: true
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: pdns-admin-source
|
||||||
|
targetNamespace: pdns
|
||||||
|
|
||||||
11
applications/pdns-admin-source.yaml
Normal file
11
applications/pdns-admin-source.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||||
|
kind: GitRepository
|
||||||
|
metadata:
|
||||||
|
name: pdns-admin-source
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 3m0s
|
||||||
|
ref:
|
||||||
|
branch: master
|
||||||
|
url: https://github.com/thejimnicholson/pdns-admin.git
|
||||||
Loading…
Reference in New Issue
Block a user