When instancing an authentication service of standard type, for example:
apiVersion: admin.enmasse.io/v1beta1
kind: AuthenticationService
metadata:
name: authentication-standard
spec:
type: standard
standard:
credentialsSecret:
name: keycloak-credentials
resources:
requests:
memory: 1Gi
limits:
memory: 1Gi
storage:
type: persistent-claim
size: 5Gi
The deployment cannot create the pod with the following error:
Error creating: pods "authentication-standard-67c5659566-" is forbidden: unable to validate against any security context constraint: [fsGroup: Invalid value: []int64{185}: 185 is not an allowed group]