-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathmanifest.yaml
More file actions
34 lines (34 loc) · 789 Bytes
/
manifest.yaml
File metadata and controls
34 lines (34 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
apiVersion: manifests.package-operator.run/v1alpha1
kind: PackageManifest
metadata:
name: validation-webhook
spec:
scopes:
- Namespaced
phases:
- name: config
- name: rbac
- name: deploy
- name: webhooks
class: hosted-cluster
config:
openAPIV3Schema:
properties:
serviceca:
description: Service Certificate Authority used for webhook client authentication
type: string
required:
- serviceca
type: object
availabilityProbes:
- probes:
- condition:
type: Available
status: "True"
- fieldsEqual:
fieldA: .status.updatedReplicas
fieldB: .status.replicas
selector:
kind:
group: apps
kind: Deployment