diff --git a/charts/hello-world/Chart.yaml b/charts/hello-world/Chart.yaml index 576f5e9..7a198a2 100644 --- a/charts/hello-world/Chart.yaml +++ b/charts/hello-world/Chart.yaml @@ -21,4 +21,5 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. +# test appVersion: "1.16.0" diff --git a/charts/hello-world/templates/deployment.yaml b/charts/hello-world/templates/deployment.yaml index bf9e042..650e0df 100644 --- a/charts/hello-world/templates/deployment.yaml +++ b/charts/hello-world/templates/deployment.yaml @@ -31,3 +31,5 @@ spec: httpGet: path: / port: http + resources: + {{- toJson .Values.resources | nindent 12 }}