github.com/verrazzano/verrazzano@v1.7.0/platform-operator/helm_config/overrides/jaeger-operator-values.yaml (about) 1 # Copyright (c) 2022, 2023, Oracle and/or its affiliates. 2 # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. 3 rbac: 4 # Specifies whether RBAC resources should be created 5 create: true 6 pspEnabled: false 7 clusterRole: true 8 9 jaeger: 10 spec: 11 annotations: 12 sidecar.istio.io/inject: "true" 13 proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true }' 14 ingress: 15 enabled: false 16 securityContext: 17 runAsGroup: 65534 18 runAsNonRoot: true 19 runAsUser: 65534 20 seccompProfile: 21 type: RuntimeDefault 22 containerSecurityContext: 23 runAsUser: 1001 24 runAsGroup: 65534 25 runAsNonRoot: true 26 privileged: false 27 allowPrivilegeEscalation: false 28 capabilities: 29 drop: 30 - ALL 31 32 securityContext: 33 runAsGroup: 65534 34 runAsNonRoot: true 35 runAsUser: 1001 36 seccompProfile: 37 type: RuntimeDefault 38 39 containerSecurityContext: 40 runAsUser: 1001 41 runAsGroup: 65534 42 runAsNonRoot: true 43 privileged: false 44 allowPrivilegeEscalation: false 45 capabilities: 46 drop: 47 - ALL 48 49 extraLabels: 50 sidecar.istio.io/inject: "false"