Update Kong ingress controller to version 1.4. It fixes the occasional 404 error.
[it/dep.git] / ric-aux / helm / infrastructure / subcharts / kong / charts / cassandra / templates / pdb.yaml
diff --git a/ric-aux/helm/infrastructure/subcharts/kong/charts/cassandra/templates/pdb.yaml b/ric-aux/helm/infrastructure/subcharts/kong/charts/cassandra/templates/pdb.yaml
deleted file mode 100755 (executable)
index 2e539bd..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{{- if .Values.podDisruptionBudget -}}
-apiVersion: policy/v1beta1
-kind: PodDisruptionBudget
-metadata:
-  labels:
-    app: {{ template "cassandra.name" . }}
-    chart: {{ .Chart.Name }}-{{ .Chart.Version }}
-    heritage: {{ .Release.Service }}
-    release: {{ .Release.Name }}
-  name: {{ template "cassandra.fullname" . }}
-spec:
-  selector:
-    matchLabels:
-      app: {{ template "cassandra.name" . }}
-      release: {{ .Release.Name }}
-{{ toYaml .Values.podDisruptionBudget | indent 2 }}
-{{- end -}}