fix: add kustomization for cert-manager in cluster/production
This commit is contained in:
parent
ce39c6e67e
commit
209b1034fe
2 changed files with 2 additions and 1 deletions
17
clusters/production/cert-manager.yaml
Normal file
17
clusters/production/cert-manager.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Datei: infrastructure/kustomization-cert-manager.yaml
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: cert-manager
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
path: ../../infrastructure/cert-manager
|
||||
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