Skip to content

Commit

Permalink
Merge pull request #3 from case0sh/nodeselector
Browse files Browse the repository at this point in the history
fix syntax
  • Loading branch information
case0sh committed Aug 31, 2023
2 parents 48623d6 + 3b8cd1f commit a4a1fcb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion charts/ocis/templates/antivirus/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ spec:
{{- include "ocis.serviceAccount" . | nindent 6 }}
{{- include "ocis.affinity" .Values.services.antivirus | nindent 6 }}
{{- include "ocis.securityContextAndtopologySpreadConstraints" . | nindent 6 }}

nodeSelector: {{ toYaml $.nodeSelector | nindent 8 }}
containers:
- name: {{ .appName }}
Expand Down
1 change: 0 additions & 1 deletion charts/ocis/templates/appprovider/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ spec:
{{- include "ocis.serviceAccount" $ | nindent 6 }}
{{- include "ocis.affinity" $.Values.services.appprovider | nindent 6 }}
{{- include "ocis.securityContextAndtopologySpreadConstraints" $ | nindent 6 }}

nodeSelector: {{ toYaml $.nodeSelector | nindent 8 }}
containers:
- name: {{ $.appName }}
Expand Down
1 change: 0 additions & 1 deletion charts/ocis/templates/proxy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spec:
{{- include "ocis.serviceAccount" . | nindent 6 }}
{{- include "ocis.affinity" .Values.services.proxy | nindent 6 }}
{{- include "ocis.securityContextAndtopologySpreadConstraints" . | nindent 6 }}

nodeSelector: {{ toYaml $.nodeSelector | nindent 8 }}
containers:
- name: {{ .appName }}
Expand Down

0 comments on commit a4a1fcb

Please sign in to comment.