We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5718458 commit 396c286Copy full SHA for 396c286
config/openshift/base/operator.yaml
@@ -116,6 +116,8 @@ spec:
116
drop:
117
- ALL
118
env:
119
+ - name: KUBERNETES_MIN_VERSION
120
+ value: "v1.0.0"
121
- name: SYSTEM_NAMESPACE
122
valueFrom:
123
fieldRef:
config/openshift/base/webhook.yaml
@@ -39,6 +39,8 @@ spec:
39
- name: tekton-operator-webhook
40
image: ko://github.com/tektoncd/operator/cmd/openshift/webhook
41
42
43
44
45
46
0 commit comments