hongbo-miao/hongbomiao.com

View on GitHub
kubernetes/argo-cd/applications/production-hm/confluent-schema-registry/argo-cd-manifests/hm-confluent-schema-registry-application.yaml

Summary

Maintainability
Test Coverage
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: hm-confluent-schema-registry
  namespace: production-hm-argo-cd
  labels:
    app.kubernetes.io/name: hm-confluent-schema-registry
spec:
  project: production-hm
  source:
    repoURL: git@github.com:hongbo-miao/hongbomiao.com.git
    targetRevision: HEAD
    path: kubernetes/argo-cd/applications/production-hm/confluent-schema-registry/kubernetes-manifests
  destination:
    namespace: production-hm-confluent-schema-registry
    server: https://kubernetes.default.svc
  syncPolicy:
    syncOptions:
      - ServerSideApply=true
    automated:
      prune: true