github.com/verrazzano/verrazzano@v1.7.0/platform-operator/helm_config/overrides/velero-override-static-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 4 image: 5 pullPolicy: IfNotPresent 6 podAnnotations: 7 traffic.sidecar.istio.io/excludeOutboundPorts: "443" 8 restic: 9 annotations: 10 traffic.sidecar.istio.io/excludeOutboundPorts: "443" 11 containerSecurityContext: 12 allowPrivilegeEscalation: false 13 capabilities: 14 drop: [ "ALL" ] 15 add: [ "DAC_OVERRIDE","CHOWN" ] 16 privileged: false 17 metrics: 18 serviceMonitor: 19 enabled: true 20 additionalLabels: 21 release: prometheus-operator 22 configuration: 23 provider: aws 24 backupsEnabled: false 25 cleanUpCRDs: false 26 credentials: 27 useSecret: false 28 deployRestic: true 29 snapshotsEnabled: false 30 upgradeCRDs: false 31 configMaps: 32 restic-restore-action-config: 33 labels: 34 velero.io/plugin-config: "" 35 velero.io/restic: RestoreItemAction 36 podSecurityContext: 37 runAsGroup: 65534 38 runAsNonRoot: true 39 runAsUser: 1000 40 seccompProfile: 41 type: RuntimeDefault 42 containerSecurityContext: 43 allowPrivilegeEscalation: false 44 capabilities: 45 drop: ["ALL"] 46 add: ["NET_BIND_SERVICE"] 47 readOnlyRootFilesystem: true 48 privileged: false