Compare commits
No commits in common. "126ddde8d60c3309b7355d7ee6d87b12ae0e0056" and "1e8b8a5cf2f60a82318401111fb6a572fe24453c" have entirely different histories.
126ddde8d6
...
1e8b8a5cf2
15
applications/jenkins/jenkins-deployment.yaml
Normal file
15
applications/jenkins/jenkins-deployment.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: jenkins
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 3m0s
|
||||||
|
path: ./
|
||||||
|
prune: true
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: jenkins
|
||||||
|
targetNamespace: jenkins
|
||||||
|
|
||||||
12
applications/jenkins/jenkins-source.yaml
Normal file
12
applications/jenkins/jenkins-source.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||||
|
kind: GitRepository
|
||||||
|
metadata:
|
||||||
|
name: jenkins
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 3m0s
|
||||||
|
ref:
|
||||||
|
branch: master
|
||||||
|
url: https://github.com/thejimnicholson/jenkins.git
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user