Skip to content
9 changes: 6 additions & 3 deletions charts/team-ns/templates/builds/buildpack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ spec:
generateName: buildpacks-build-{{ .name }}-
labels:
tekton.dev/pipeline: buildpacks-build-{{ .name }}
sidecar.istio.io/inject: "false"
{{- include "team-ns.chart-labels" $ | nindent 10 }}
annotations:
sidecar.istio.io/inject: "false"
argocd.argoproj.io/compare-options: IgnoreExtraneous
tekton.dev/auto-cleanup-pvc: "true"
Comment thread
j-zimnowoda marked this conversation as resolved.
spec:
pipelineRef:
name: buildpacks-build-{{ .name }}
Expand Down Expand Up @@ -149,11 +150,13 @@ kind: PipelineRun
metadata:
name: buildpacks-build-{{ .name }}
annotations:
sidecar.istio.io/inject: "false"
argocd.argoproj.io/compare-options: IgnoreExtraneous
# ArgoCD sync wave annotation to ensure it's applied after the pipeline
argocd.argoproj.io/sync-wave: "5"
labels: {{- include "team-ns.chart-labels" $ | nindent 4 }}
tekton.dev/auto-cleanup-pvc: "true"
Comment thread
j-zimnowoda marked this conversation as resolved.
labels:
sidecar.istio.io/inject: "false"
{{- include "team-ns.chart-labels" $ | nindent 4 }}
spec:
pipelineRef:
name: buildpacks-build-{{ .name }}
Expand Down
9 changes: 6 additions & 3 deletions charts/team-ns/templates/builds/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ spec:
generateName: docker-trigger-build-{{ .name }}-
labels:
tekton.dev/pipeline: docker-build-{{ .name }}
sidecar.istio.io/inject: "false"
{{- include "team-ns.chart-labels" $ | nindent 10 }}
annotations:
sidecar.istio.io/inject: "false"
argocd.argoproj.io/compare-options: IgnoreExtraneous
tekton.dev/auto-cleanup-pvc: "true"
Comment thread
j-zimnowoda marked this conversation as resolved.
spec:
pipelineRef:
name: docker-build-{{ .name }}
Expand Down Expand Up @@ -149,11 +150,13 @@ kind: PipelineRun
metadata:
name: docker-build-{{ .name }}
annotations:
sidecar.istio.io/inject: "false"
argocd.argoproj.io/compare-options: IgnoreExtraneous
# ArgoCD sync wave annotation to ensure it's applied after the pipeline
argocd.argoproj.io/sync-wave: "5"
labels: {{- include "team-ns.chart-labels" $ | nindent 4 }}
tekton.dev/auto-cleanup-pvc: "true"
Comment thread
j-zimnowoda marked this conversation as resolved.
labels:
sidecar.istio.io/inject: "false"
{{- include "team-ns.chart-labels" $ | nindent 4 }}
spec:
pipelineRef:
name: docker-build-{{ .name }}
Expand Down