Skip to content

Commit

Permalink
Fix typo in deployment schema mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
FLYBYME committed Dec 6, 2023
1 parent f81db52 commit f08c48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixins/deployment-schema.mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ module.exports = {

if (this.config['k8s.deployments.affinity']) {
affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions.push({
key: "k8s.one-host.ca/role-compute",
key: "k8s.one-host.ca/roles-compute",
operator: "In",
values: [
"true"
Expand Down

0 comments on commit f08c48c

Please sign in to comment.