Fix server podAnnotations configurable
Signed-off-by: Marco Franssen <[email protected]> Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -69,6 +69,8 @@ server:
|
||||
port: 8081
|
||||
annotations: {}
|
||||
|
||||
podAnnotations: {}
|
||||
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user