We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a7837 commit 2a47b20Copy full SHA for 2a47b20
2 files changed
deploy/helm/airflow-operator/templates/deployment.yaml
@@ -4,9 +4,6 @@ kind: Deployment
4
metadata:
5
name: {{ include "operator.fullname" . }}-deployment
6
labels:
7
- {{- if .Values.maintenance.customResourceDefinitions.maintain }}
8
- webhook.stackable.tech/conversion: enabled
9
- {{- end }}
10
{{- include "operator.labels" . | nindent 4 }}
11
spec:
12
replicas: 1
deploy/helm/airflow-operator/templates/roles.yaml
@@ -117,9 +117,6 @@ rules:
117
- list
118
- patch
119
- watch
120
121
- - create
122
123
- apiGroups:
124
- {{ include "operator.name" . }}.stackable.tech
125
resources:
0 commit comments