We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8013a commit 5dd46efCopy full SHA for 5dd46ef
charts/k8s-aws-operator/templates/deployment.yaml
@@ -2,6 +2,10 @@ apiVersion: apps/v1
2
kind: Deployment
3
metadata:
4
name: {{ include "k8s-aws-operator.fullname" . }}
5
+ {{- with .Values.deploymentAnnotations }}
6
+ annotations:
7
+ {{- toYaml . | nindent 4 }}
8
+ {{- end }}
9
labels:
10
{{- include "k8s-aws-operator.labels" . | nindent 4 }}
11
spec:
charts/k8s-aws-operator/values.yaml
@@ -3,6 +3,8 @@ image:
repository: goto-opensource/k8s-aws-operator
tag: # coming from appVersion
+# deploymentAnnotations: {}
+
resources:
requests:
cpu: 20m
0 commit comments