We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8fc8a commit 2489f52Copy full SHA for 2489f52
spacelift-promex/templates/deployment.yaml
@@ -20,6 +20,10 @@ spec:
20
metadata:
21
labels:
22
{{- include "spacelift-promex.selectorLabels" . | nindent 8 }}
23
+ {{- with .Values.podAnnotations }}
24
+ annotations:
25
+ {{- toYaml . | nindent 4 }}
26
+ {{- end }}
27
spec:
28
{{- with .Values.imagePullSecrets }}
29
imagePullSecrets:
spacelift-promex/values.yaml
@@ -17,6 +17,10 @@ labels:
17
annotations:
18
app.spacelift.io/example: spacelift-promx
19
+# Annotations to add to the pod
+# podAnnotations:
+# app.spacelift.io/example: spacelift-promx
+
## Your api endpoint, must be provided
#apiEndpoint: https://{myaccount}.app.spacelift.io
#
0 commit comments