Skip to content

Commit

Permalink
ci: Update pod-security context for kube-system namespace (#5277)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Dec 8, 2023
1 parent a3c0dfc commit 8f500c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e/install-karpenter/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
shell: bash
run: |
kubectl label ns kube-system scrape=enabled --overwrite=true
kubectl label ns kube-system pod-security.kubernetes.io/enforce=restricted --overwrite=true
kubectl label ns kube-system pod-security.kubernetes.io/warn=restricted --overwrite=true
- name: login to ecr via docker
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
Expand Down

0 comments on commit 8f500c2

Please sign in to comment.