Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sasorrentino committed Sep 9, 2022
1 parent f161a71 commit 67ff164
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kustomize/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ spec:
nodeSelectorTerms:
- matchExpressions:
- key: nodo-prf
operator: Exists
operator: In
values:
- "***"

restartPolicy: Always
containers:
Expand Down

0 comments on commit 67ff164

Please sign in to comment.