Fix: Add kustomization for rickroll
All checks were successful
Lint yaml / build-package (push) Successful in 8s
All checks were successful
Lint yaml / build-package (push) Successful in 8s
This commit is contained in:
14
flux-applications/rickroll.yaml
Normal file
14
flux-applications/rickroll.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: rickroll
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m0s
|
||||
path: ./rickroll/
|
||||
prune: true
|
||||
force: false
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: applications
|
||||
Reference in New Issue
Block a user