Skip to content

Commit

Permalink
Remove the cluster version
Browse files Browse the repository at this point in the history
  • Loading branch information
houshengbo committed Feb 21, 2024
1 parent c063bec commit 7ccaee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
- name: CONFIG_OBSERVABILITY_NAME
value: config-observability
- name: KUBERNETES_MIN_VERSION
value: "1.24.0"
value: ""
ports:
- name: metrics
containerPort: 9090
2 changes: 1 addition & 1 deletion config/webhook/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
- name: METRICS_DOMAIN
value: knative.dev/operator
- name: KUBERNETES_MIN_VERSION
value: "1.24.0"
value: ""
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 7ccaee4

Please sign in to comment.