All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 6s
16 lines
347 B
YAML
16 lines
347 B
YAML
snapshot-controller:
|
|
controller:
|
|
replicaCount: 3
|
|
args:
|
|
leaderElection: true
|
|
leaderElectionNamespace: snapshot-controller
|
|
image:
|
|
repository: registry.k8s.io/sig-storage/snapshot-controller
|
|
tag: v8.3.0
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 128Mi
|
|
serviceMonitor:
|
|
create: true
|