Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
[notifiers/GitHub] Set MIN_KUBERNETES_VERSION
Browse files Browse the repository at this point in the history
This is required by Knative to start up properly.
  • Loading branch information
wlynch authored and tekton-robot committed Jul 16, 2021
1 parent 9f8335e commit 46d5eaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion notifiers/github-app/config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: KUBERNETES_MIN_VERSION
value: 1.18.0
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- all
# User 65532 is the distroless nonroot user ID
runAsUser: 65532
runAsGroup: 65532
runAsGroup: 65532

0 comments on commit 46d5eaa

Please sign in to comment.