ci: deploy kitchenowl via flux cd (kitchen.patanix.de, 5GiB PVC, SOPS)
This commit is contained in:
parent
c5f6183e5b
commit
badf6c247a
12 changed files with 163 additions and 1 deletions
17
clusters/production/kitchenowl.yaml
Normal file
17
clusters/production/kitchenowl.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: kitchenowl
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
path: ../../infrastructure/apps/kitchenowl
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
decryption:
|
||||
provider: sops
|
||||
secretRef:
|
||||
name: sops-gpg
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue