misc: added helm related configs

This commit is contained in:
Sheen Capadngan
2024-10-29 13:37:03 +08:00
parent c3809ed22b
commit 216810f289
2 changed files with 22 additions and 1 deletions

View File

@@ -289,6 +289,27 @@ spec:
resyncInterval:
default: 60
type: integer
tls:
properties:
caRef:
description: Reference to secret containing CA cert
properties:
key:
description: The name of the secret property with the CA certificate
value
type: string
secretName:
description: The name of the Kubernetes Secret
type: string
secretNamespace:
description: The namespace where the Kubernetes Secret is located
type: string
required:
- key
- secretName
- secretNamespace
type: object
type: object
tokenSecretReference:
properties:
secretName:

View File

@@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: infisical/kubernetes-operator
tag: v0.7.3
tag: v0.7.4
resources:
limits:
cpu: 500m