Skip to content

Commit

Permalink
updated terminology per maintainer request
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwolfe-tc committed Nov 10, 2023
1 parent 79c3eb2 commit 9358cc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/devlake/templates/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
annotations:
{{- toYaml .Values.ui.annotations | nindent 8 }}
{{- toYaml .Values.ui.podAnnotations | nindent 8 }}
spec:
{{- with .Values.ui.securityContext }}
securityContext:
Expand Down Expand Up @@ -116,7 +116,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
annotations:
{{- toYaml .Values.lake.annotations | nindent 8 }}
{{- toYaml .Values.lake.podAnnotations | nindent 8 }}
spec:
{{- with .Values.lake.securityContext }}
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/devlake/templates/statefulsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
annotations:
{{- toYaml .Values.mysql.annotations | nindent 8 }}
{{- toYaml .Values.mysql.podAnnotations | nindent 8 }}
spec:
{{- with .Values.mysql.securityContext }}
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions charts/devlake/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ mysql:

containerSecurityContext: {}

annotations: {}
podAnnotations: {}

service:
type: "ClusterIP"
Expand Down Expand Up @@ -204,7 +204,7 @@ lake:

containerSecurityContext: {}

annotations: {}
podAnnotations: {}

ui:
image:
Expand All @@ -229,7 +229,7 @@ ui:

extraLabels: {}

annotations: {}
podAnnotations: {}

## SecurityContext holds pod-level security attributes and common container settings.
## This defaults to non root user with uid 101 and gid 1000. *v1.PodSecurityContext false
Expand Down

0 comments on commit 9358cc6

Please sign in to comment.