Example Apps to Demonstrate Argo CD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

35 lines
912 B

apiVersion: app.k8s.io/v1beta1
kind: Application
metadata:
name: cert-manager
spec:
selector:
matchLabels:
app.kubernetes.io/name: cert-manager
app.kubernetes.io/instance: cert-manager-v0.7.0
app.kubernetes.io/managed-by: kfctl
app.kubernetes.io/component: cert-manager
app.kubernetes.io/part-of: kubeflow
app.kubernetes.io/version: v0.7.0
componentKinds:
- group: rbac
kind: ClusterRole
- group: rbac
kind: ClusterRoleBinding
- group: core
kind: Namespace
- group: core
kind: Service
- group: apps
kind: Deployment
- group: core
kind: ServiceAccount
descriptor:
type: ""
version: "v0.10.0"
description: "Automatically provision and manage TLS certificates in Kubernetes https://jetstack.io."
keywords:
- cert-manager
links:
- description: About
url: "https://github.com/jetstack/cert-manager"