34 lines
645 B
YAML
34 lines
645 B
YAML
## TrilioVault Operator
|
|
registry: "eu.gcr.io/amazing-chalice-243510"
|
|
|
|
operator-webhook-init:
|
|
repository: operator-webhook-init
|
|
|
|
k8s-triliovault-operator:
|
|
repository: k8s-triliovault-operator
|
|
|
|
tag: "v2.0.5"
|
|
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: kubernetes.io/arch
|
|
operator: In
|
|
values:
|
|
- amd64
|
|
|
|
image:
|
|
pullPolicy: Always
|
|
tls:
|
|
secretName: "helm-client-certs"
|
|
verify: false
|
|
enable: false
|
|
keyFile: "tls.key"
|
|
certFile: "tls.crt"
|
|
caContent: ""
|
|
hostname: ""
|
|
|
|
nameOverride: ""
|