Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions helm/agents/argo-rollouts/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{- define "agent.deploymentSpec" -}}
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with coalesce (empty .Values.imagePullSecrets | ternary nil .Values.imagePullSecrets) .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
Expand Down
3 changes: 3 additions & 0 deletions helm/agents/argo-rollouts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env: []

imagePullSecrets: []

# -- Optional annotations added to the agent's pod template.
annotations: {}

resources:
requests:
cpu: 100m
Expand Down
4 changes: 4 additions & 0 deletions helm/agents/cilium-debug/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{- define "agent.deploymentSpec" -}}
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with coalesce (empty .Values.imagePullSecrets | ternary nil .Values.imagePullSecrets) .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
Expand Down
3 changes: 3 additions & 0 deletions helm/agents/cilium-debug/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env: []

imagePullSecrets: []

# -- Optional annotations added to the agent's pod template.
annotations: {}

resources:
requests:
cpu: 100m
Expand Down
4 changes: 4 additions & 0 deletions helm/agents/cilium-manager/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{- define "agent.deploymentSpec" -}}
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with coalesce (empty .Values.imagePullSecrets | ternary nil .Values.imagePullSecrets) .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
Expand Down
3 changes: 3 additions & 0 deletions helm/agents/cilium-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env: []

imagePullSecrets: []

# -- Optional annotations added to the agent's pod template.
annotations: {}

resources:
requests:
cpu: 100m
Expand Down
4 changes: 4 additions & 0 deletions helm/agents/cilium-policy/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{- define "agent.deploymentSpec" -}}
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with coalesce (empty .Values.imagePullSecrets | ternary nil .Values.imagePullSecrets) .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
Expand Down
3 changes: 3 additions & 0 deletions helm/agents/cilium-policy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env: []

imagePullSecrets: []

# -- Optional annotations added to the agent's pod template.
annotations: {}

resources:
requests:
cpu: 100m
Expand Down
4 changes: 4 additions & 0 deletions helm/agents/helm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{- define "agent.deploymentSpec" -}}
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with coalesce (empty .Values.imagePullSecrets | ternary nil .Values.imagePullSecrets) .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
Expand Down
3 changes: 3 additions & 0 deletions helm/agents/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env: []

imagePullSecrets: []

# -- Optional annotations added to the agent's pod template.
annotations: {}

resources:
requests:
cpu: 100m
Expand Down
4 changes: 4 additions & 0 deletions helm/agents/istio/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{- define "agent.deploymentSpec" -}}
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with coalesce (empty .Values.imagePullSecrets | ternary nil .Values.imagePullSecrets) .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
Expand Down
3 changes: 3 additions & 0 deletions helm/agents/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env: []

imagePullSecrets: []

# -- Optional annotations added to the agent's pod template.
annotations: {}

resources:
requests:
cpu: 100m
Expand Down
4 changes: 4 additions & 0 deletions helm/agents/k8s/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{- define "agent.deploymentSpec" -}}
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with coalesce (empty .Values.imagePullSecrets | ternary nil .Values.imagePullSecrets) .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
Expand Down
3 changes: 3 additions & 0 deletions helm/agents/k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env: []

imagePullSecrets: []

# -- Optional annotations added to the agent's pod template.
annotations: {}

resources:
requests:
cpu: 100m
Expand Down
4 changes: 4 additions & 0 deletions helm/agents/kgateway/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{- define "agent.deploymentSpec" -}}
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with coalesce (empty .Values.imagePullSecrets | ternary nil .Values.imagePullSecrets) .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
Expand Down
3 changes: 3 additions & 0 deletions helm/agents/kgateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env: []

imagePullSecrets: []

# -- Optional annotations added to the agent's pod template.
annotations: {}

resources:
requests:
cpu: 100m
Expand Down
4 changes: 4 additions & 0 deletions helm/agents/observability/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{- define "agent.deploymentSpec" -}}
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with coalesce (empty .Values.imagePullSecrets | ternary nil .Values.imagePullSecrets) .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
Expand Down
3 changes: 3 additions & 0 deletions helm/agents/observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env: []

imagePullSecrets: []

# -- Optional annotations added to the agent's pod template.
annotations: {}

resources:
requests:
cpu: 100m
Expand Down
4 changes: 4 additions & 0 deletions helm/agents/promql/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{- define "agent.deploymentSpec" -}}
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with coalesce (empty .Values.imagePullSecrets | ternary nil .Values.imagePullSecrets) .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
Expand Down
3 changes: 3 additions & 0 deletions helm/agents/promql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env: []

imagePullSecrets: []

# -- Optional annotations added to the agent's pod template.
annotations: {}

resources:
requests:
cpu: 100m
Expand Down