Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions helm/agents/argo-rollouts/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,13 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podSecurityContext }}
podSecurityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 8 }}
4 changes: 4 additions & 0 deletions helm/agents/argo-rollouts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ resources:


compaction: {}

podSecurityContext: {}

securityContext: {}
8 changes: 8 additions & 0 deletions helm/agents/cilium-debug/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,13 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podSecurityContext }}
podSecurityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 8 }}
4 changes: 4 additions & 0 deletions helm/agents/cilium-debug/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ resources:
memory: 1Gi

compaction: {}

podSecurityContext: {}

securityContext: {}
8 changes: 8 additions & 0 deletions helm/agents/cilium-manager/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,5 +436,13 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podSecurityContext }}
podSecurityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 8 }}
4 changes: 4 additions & 0 deletions helm/agents/cilium-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ resources:
memory: 1Gi

compaction: {}

podSecurityContext: {}

securityContext: {}
8 changes: 8 additions & 0 deletions helm/agents/cilium-policy/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -528,5 +528,13 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podSecurityContext }}
podSecurityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 8 }}
4 changes: 4 additions & 0 deletions helm/agents/cilium-policy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ resources:


compaction: {}

podSecurityContext: {}

securityContext: {}
8 changes: 8 additions & 0 deletions helm/agents/helm/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,13 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podSecurityContext }}
podSecurityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 8 }}
4 changes: 4 additions & 0 deletions helm/agents/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ resources:


compaction: {}

podSecurityContext: {}

securityContext: {}
8 changes: 8 additions & 0 deletions helm/agents/istio/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,13 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podSecurityContext }}
podSecurityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 8 }}
4 changes: 4 additions & 0 deletions helm/agents/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ resources:
memory: 1Gi

compaction: {}

podSecurityContext: {}

securityContext: {}
8 changes: 8 additions & 0 deletions helm/agents/k8s/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,13 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podSecurityContext }}
podSecurityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 8 }}
4 changes: 4 additions & 0 deletions helm/agents/k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ resources:
memory: 1Gi

compaction: {}

podSecurityContext: {}

securityContext: {}
8 changes: 8 additions & 0 deletions helm/agents/kgateway/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,5 +318,13 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podSecurityContext }}
podSecurityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 8 }}
4 changes: 4 additions & 0 deletions helm/agents/kgateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ resources:
memory: 1Gi

compaction: {}

podSecurityContext: {}

securityContext: {}
8 changes: 8 additions & 0 deletions helm/agents/observability/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,13 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podSecurityContext }}
podSecurityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 8 }}
4 changes: 4 additions & 0 deletions helm/agents/observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ resources:
memory: 1Gi

compaction: {}

podSecurityContext: {}

securityContext: {}
8 changes: 8 additions & 0 deletions helm/agents/promql/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podSecurityContext }}
podSecurityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 8 }}

4 changes: 4 additions & 0 deletions helm/agents/promql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ resources:
memory: 1Gi

compaction: {}

podSecurityContext: {}

securityContext: {}