github.com/verrazzano/verrazzano@v1.7.0/platform-operator/thirdparty/charts/oam-kubernetes-runtime/values.yaml (about) 1 2 # Default values for oam-kubernetes-runtime. 3 # This is a YAML-formatted file. 4 # Declare variables to be passed into your templates. 5 6 replicaCount: 1 7 useWebhook: false 8 image: 9 repository: crossplane/oam-kubernetes-runtime 10 tag: v0.3.0 11 pullPolicy: Always 12 13 imagePullSecrets: [] 14 nameOverride: "" 15 fullnameOverride: "" 16 ingress: 17 enabled: false 18 19 serviceAccount: 20 # Specifies whether a service account should be created 21 create: true 22 # The name of the service account to use. 23 # If not set and create is true, a name is generated using the fullname template 24 name: 25 26 podSecurityContext: {} 27 # fsGroup: 2000 28 29 securityContext: {} 30 # capabilities: 31 # drop: 32 # - ALL 33 # readOnlyRootFilesystem: true 34 # runAsNonRoot: true 35 # runAsUser: 1000 36 37 webhookService: 38 type: ClusterIP 39 port: 9443 40 41 # resources will be set via overrides verrazzano/platform-operator/helm_config/overrides/oam-kubernetes-runtime-values.yaml 42 resources: {} 43 44 nodeSelector: {} 45 46 tolerations: [] 47 48 affinity: {} 49 50 # certificate related to the webhook 51 certificate: 52 certificateName: serving-cert 53 secretName: webhook-server-cert 54 mountPath: /etc/k8s-webhook-certs 55 caBundle: replace-me