Fix server podAnnotations configurable

Signed-off-by: Marco Franssen <[email protected]>
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-18 13:04:08 +01:00
committed by Marco Franssen
parent a2abee2f95
commit bf31bdc2c0
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -114,6 +114,7 @@ Kubernetes: `>=1.21.0-0`
| server.image.repository | string | `"spiffe/spire-server"` | |
| server.image.version | string | `""` | |
| server.nodeSelector."kubernetes.io/arch" | string | `"amd64"` | |
| server.podAnnotations | object | `{}` | |
| server.podSecurityContext | object | `{}` | |
| server.replicaCount | int | `1` | |
| server.resources | object | `{}` | |
@@ -13,7 +13,7 @@ spec:
{{- include "spire.server.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.oidc.podAnnotations }}
{{- with .Values.server.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
+2
View File
@@ -69,6 +69,8 @@ server:
port: 8081
annotations: {}
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000