feat(cert-manager): update config for GatewayAPI

This commit is contained in:
Peter 2025-01-21 18:36:38 +01:00
parent 314bb570c9
commit 658fd51d3a
Signed by: prskr
GPG key ID: F56BED6903BC5E37
3 changed files with 62 additions and 2 deletions
postgres-operator

View file

@ -0,0 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgres-operator
namespace: argo-system
spec:
destination:
server: https://kubernetes.default.svc
project: infrastructure
source:
path: postgres-operator
repoURL: https://code.icb4dc0.de/infrastructure/apps.git
targetRevision: HEAD
syncPolicy:
syncOptions:
- ServerSideApply=true