From 9358cc6cee9b41370b0d43e3154d993d6c1d8657 Mon Sep 17 00:00:00 2001 From: Adam Wolfe Date: Fri, 10 Nov 2023 10:42:47 -0600 Subject: [PATCH] updated terminology per maintainer request --- charts/devlake/templates/deployments.yaml | 4 ++-- charts/devlake/templates/statefulsets.yaml | 2 +- charts/devlake/values.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/devlake/templates/deployments.yaml b/charts/devlake/templates/deployments.yaml index 126f8c6..62053e2 100644 --- a/charts/devlake/templates/deployments.yaml +++ b/charts/devlake/templates/deployments.yaml @@ -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: @@ -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: diff --git a/charts/devlake/templates/statefulsets.yaml b/charts/devlake/templates/statefulsets.yaml index 8d7a669..b3d2523 100644 --- a/charts/devlake/templates/statefulsets.yaml +++ b/charts/devlake/templates/statefulsets.yaml @@ -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: diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml index ab0bf69..2994975 100644 --- a/charts/devlake/values.yaml +++ b/charts/devlake/values.yaml @@ -82,7 +82,7 @@ mysql: containerSecurityContext: {} - annotations: {} + podAnnotations: {} service: type: "ClusterIP" @@ -204,7 +204,7 @@ lake: containerSecurityContext: {} - annotations: {} + podAnnotations: {} ui: image: @@ -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