2021-04-03 10:07:10 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
2022-05-31 12:55:15 +00:00
|
|
|
metadata:
|
|
|
|
name: cert-manager-civo
|
|
|
|
namespace: argocd
|
|
|
|
finalizers:
|
|
|
|
- resources-finalizer.argocd.argoproj.io
|
|
|
|
spec:
|
|
|
|
project: cluster.fun
|
|
|
|
destination:
|
|
|
|
namespace: cert-manager
|
|
|
|
name: civo
|
|
|
|
source:
|
|
|
|
path: manifests/certmanager-civo
|
|
|
|
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
|
|
|
targetRevision: HEAD
|
|
|
|
syncPolicy:
|
|
|
|
automated: {}
|
|
|
|
ignoreDifferences:
|
|
|
|
- kind: Secret
|
|
|
|
jsonPointers:
|
|
|
|
- /data
|
|
|
|
---
|
2021-12-23 18:50:27 +00:00
|
|
|
|
2024-04-06 11:18:52 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: cluster-fun-cert-manager-issuer
|
|
|
|
namespace: argocd
|
|
|
|
finalizers:
|
|
|
|
- resources-finalizer.argocd.argoproj.io
|
|
|
|
spec:
|
|
|
|
project: cluster.fun
|
|
|
|
destination:
|
|
|
|
namespace: cert-manager
|
|
|
|
name: cluster-fun (v2)
|
|
|
|
source:
|
|
|
|
path: manifests/certmanager_chart
|
|
|
|
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
|
|
|
targetRevision: HEAD
|
|
|
|
syncPolicy:
|
|
|
|
automated: {}
|
|
|
|
ignoreDifferences:
|
|
|
|
- kind: Secret
|
|
|
|
jsonPointers:
|
|
|
|
- /data
|
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: cluster-fun-cert-manager-chart
|
|
|
|
namespace: argocd
|
|
|
|
finalizers:
|
|
|
|
- resources-finalizer.argocd.argoproj.io
|
|
|
|
spec:
|
|
|
|
project: cluster.fun
|
|
|
|
destination:
|
|
|
|
namespace: cert-manager
|
|
|
|
name: cluster-fun (v2)
|
|
|
|
source:
|
|
|
|
repoURL: 'https://charts.jetstack.io'
|
|
|
|
targetRevision: 1.11.0
|
|
|
|
chart: cert-manager
|
|
|
|
helm:
|
|
|
|
version: v3
|
|
|
|
values: |-
|
|
|
|
installCRDs: "true"
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
memory: 32Mi
|
|
|
|
limits:
|
|
|
|
memory: 64Mi
|
|
|
|
syncPolicy:
|
|
|
|
automated: {}
|
|
|
|
|
|
|
|
---
|