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.
38 lines
976 B
38 lines
976 B
apiVersion: app.k8s.io/v1beta1
|
|
kind: Application
|
|
metadata:
|
|
name: webhook
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app.kubernetes.io/name: webhook
|
|
app.kubernetes.io/instance: webhook-v0.7.0
|
|
app.kubernetes.io/managed-by: kfctl
|
|
app.kubernetes.io/component: bootstrap
|
|
app.kubernetes.io/part-of: webhook
|
|
app.kubernetes.io/version: v0.7.0
|
|
componentKinds:
|
|
- group: admissionregistration.k8s.io
|
|
kind: MutatingWebhookConfiguration
|
|
- group: core
|
|
kind: ConfigMap
|
|
- group: apps
|
|
kind: StatefulSet
|
|
- group: core
|
|
kind: Service
|
|
- group: core
|
|
kind: ServiceAccount
|
|
descriptor:
|
|
type: bootstrap
|
|
version: v1beta1
|
|
description: injects volume, volume mounts, env vars into PodDefault
|
|
maintainers: []
|
|
owners: []
|
|
keywords:
|
|
- admission-webhook
|
|
- kubeflow
|
|
links:
|
|
- description: About
|
|
url: https://github.com/kubeflow/kubeflow/tree/master/components/admission-webhook
|
|
addOwnerRef: true
|
|
|
|
|