mirror of https://github.com/crossplane/docs.git
Remove reference to xfn Helm values
They no longer exist in v1.14 Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
c73dc6f7d0
commit
6ad29d18ed
|
@ -127,37 +127,6 @@ serviceAccount:
|
|||
tolerations: []
|
||||
webhooks:
|
||||
enabled: true
|
||||
xfn:
|
||||
args: []
|
||||
cache:
|
||||
configMap: ""
|
||||
medium: ""
|
||||
pvc: ""
|
||||
sizeLimit: 1Gi
|
||||
enabled: false
|
||||
extraEnvVars: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: crossplane/xfn
|
||||
tag: ""
|
||||
resources:
|
||||
limits:
|
||||
cpu: 2000m
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
add:
|
||||
- SETUID
|
||||
- SETGID
|
||||
readOnlyRootFilesystem: true
|
||||
runAsGroup: 65532
|
||||
runAsUser: 65532
|
||||
seccompProfile:
|
||||
type: Unconfined
|
||||
|
||||
HOOKS:
|
||||
MANIFEST:
|
||||
|
|
Loading…
Reference in New Issue