diff --git a/charts/rails/Chart.yaml b/charts/rails/Chart.yaml index 78f3a26..0162d9f 100644 --- a/charts/rails/Chart.yaml +++ b/charts/rails/Chart.yaml @@ -7,4 +7,4 @@ maintainers: - email: devops@codecademy.com # pragma: allowlist secret name: devops name: rails -version: 2.9.1 +version: 2.9.2 diff --git a/charts/rails/ci/custom.yaml b/charts/rails/ci/custom.yaml index 6c62ec8..feefd2f 100644 --- a/charts/rails/ci/custom.yaml +++ b/charts/rails/ci/custom.yaml @@ -1,3 +1,6 @@ +annotations: + foo: bar + bar: baz service: additionalPort: port: 4000 diff --git a/charts/rails/templates/deployment.yaml b/charts/rails/templates/deployment.yaml index fad952e..04c6b92 100644 --- a/charts/rails/templates/deployment.yaml +++ b/charts/rails/templates/deployment.yaml @@ -40,6 +40,10 @@ spec: tags.datadoghq.com/version: {{ .version | quote }} {{- end }} {{- end }} + {{- with .Values.annotations }} + annotations: +{{ toYaml . | indent 8 }} + {{- end }} spec: {{- if .Values.serviceAccountName }} serviceAccountName: {{ .Values.serviceAccountName }}