Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 5408c6d

Browse files
authored
Introduce default value for managecertificate.enabled (#40)
default value for managecertificate in public-service
1 parent a1657da commit 5408c6d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/public-service/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: public-service
33
description: Helm chart for deploying an instance of a publicly available service on a K8s cluster (via HTTP from outside the cluster).
4-
version: 1.0.9
4+
version: 1.0.10
55
maintainers:
66
- name: heshamMassoud

charts/public-service/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,7 @@ pdb:
8989
enabled: false
9090
spec:
9191
maxUnavailable: "10%"
92+
93+
# Google managed certificates for publicly exposed services
94+
managecertificate:
95+
enabled: false

0 commit comments

Comments
 (0)