forked from suse-edge/Factory
Import first batch of Edge 3.1 packages
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
This commit is contained in:
9
endpoint-copier-operator-chart/templates/pdb.yaml
Normal file
9
endpoint-copier-operator-chart/templates/pdb.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: policy/v1
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
name: {{ include "endpoint-copier-operator.fullname" . }}
|
||||
spec:
|
||||
maxUnavailable: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "endpoint-copier-operator.selectorLabels" . | nindent 6 }}
|
Reference in New Issue
Block a user