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.
2 parents 498a272 + 81d0dd4 commit c4fda9cCopy full SHA for c4fda9c
charts/ingressmonitorcontroller/templates/deployment.yaml
@@ -6,6 +6,10 @@ metadata:
6
labels:
7
{{- include "ingress-monitor-controller.labels" . | nindent 4 }}
8
control-plane: controller-manager
9
+ {{- with .Values.deploymentAnnotations }}
10
+ annotations:
11
+ {{- toYaml . | nindent 4 }}
12
+ {{- end }}
13
spec:
14
replicas: {{ .Values.replicaCount }}
15
selector:
charts/ingressmonitorcontroller/values.yaml
@@ -71,6 +71,8 @@ resources:
71
# cpu: 100m
72
# memory: 128Mi
73
74
+deploymentAnnotations: {}
75
+
76
podAnnotations: {}
77
78
podSecurityContext:
0 commit comments