Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
fix: Remove helm chart option for optional dynatrace-service containe…
Browse files Browse the repository at this point in the history
…r deployment (#720)

Signed-off-by: Arthur Pitman <[email protected]>
  • Loading branch information
arthurpitman authored Feb 22, 2022
1 parent 4677e19 commit 4096213
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ spec:
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
{{- if .Values.dynatraceService.image.repository}}
- name: dynatrace-service
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
Expand Down Expand Up @@ -99,7 +98,6 @@ spec:
periodSeconds: 5
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{ end }}
- name: distributor
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
Expand Down
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"image": {
"properties": {
"repository": {
"pattern": "^$|^[a-z0-9][a-z0-9-./]{0,511}$"
"pattern": "^[a-z0-9][a-z0-9-./]{0,511}$"
},
"pullPolicy": {
"enum": [
Expand Down

0 comments on commit 4096213

Please sign in to comment.