Merge pull request #35 from docker/feat-add-replica-values

feat: add replicas to values
This commit is contained in:
Joel Kamp
2024-07-03 16:15:22 -05:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v2
description: A Helm chart for attest external data provider
name: attest-provider
version: 0.0.3
version: 0.0.4
home: https://github.com/docker/attest-provider
sources:
- https://github.com/docker/attest-provider.git
appVersion: 0.0.3
appVersion: 0.0.4

View File

@@ -4,7 +4,7 @@ metadata:
name: attest-provider
namespace: {{ .Release.Namespace }}
spec:
replicas: 1
replicas: {{ .Values.replicas }}
selector:
matchLabels:
run: attest-provider

View File

@@ -3,6 +3,7 @@ image: "docker/attest-provider:0.0.3@sha256:7a86f674235cae3f7fa0691ae56d385b2b13
certDir: /certs
clientCAFile: /tmp/gatekeeper/ca.crt
port: 8090
replicas: 1
# uncomment these lines to use the dev TUF root
# tufRoot: dev