Skip to content

Commit 32d1654

Browse files
committed
add global default values to avoid lint errors from overpass-api
1 parent 62401e3 commit 32d1654

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

charts/overpass-api/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,9 @@ resources: {}
3838
podSecurityContext:
3939
runAsNonRoot: true
4040
runAsUser: 1000
41+
42+
global:
43+
subdomain: ""
44+
certIssuer: ""
45+
secret: ""
46+
imagePullSecrets: []

0 commit comments

Comments
 (0)