feat: Added cert-manager
This commit is contained in:
16
controllers/artifacts.yaml
Normal file
16
controllers/artifacts.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: source.extensions.fluxcd.io/v1beta1
|
||||
kind: ArtifactGenerator
|
||||
metadata:
|
||||
name: controllers
|
||||
namespace: flux-system
|
||||
spec:
|
||||
sources:
|
||||
- alias: foundation
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
artifacts:
|
||||
- name: cert-manager
|
||||
originRevision: "@foundation"
|
||||
copy:
|
||||
- from: "@foundation/controllers/cert-manager/**"
|
||||
to: "@artifact/"
|
||||
Reference in New Issue
Block a user