Try portainer!
This commit is contained in:
12
clusters/kind/flux-system/apps/portainer.yaml
Normal file
12
clusters/kind/flux-system/apps/portainer.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: portainer
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m0s
|
||||
path: ./apps/portainer
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
@@ -3,3 +3,4 @@ kind: Kustomization
|
||||
resources:
|
||||
- gotk-components.yaml
|
||||
- gotk-sync.yaml
|
||||
- apps/*.yaml
|
||||
|
||||
Reference in New Issue
Block a user