Skip to content

Commit

Permalink
Revert buildkit sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed May 7, 2024
1 parent de4b216 commit c86a5e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/deploy-agent/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}

{{- if not .Values.deployAgent.buildkit.autoDiscovery.useSameNamespaceAsTsuruApp }}
- name: buildkit
image: "{{ .Values.buildkit.image.repository }}:{{ .Values.buildkit.image.tag }}"
imagePullPolicy: {{ .Values.buildkit.image.pullPolicy }}
Expand Down Expand Up @@ -120,7 +119,6 @@ spec:
{{- with .Values.buildkit.volumeMounts }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

volumes:
- name: buildkit-run
Expand Down

0 comments on commit c86a5e3

Please sign in to comment.